Details

Data Smart


Data Smart

Using Data Science to Transform Information into Insight
2. Aufl.

von: Jordan Goldmeier

32,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 22.09.2023
ISBN/EAN: 9781119931393
Sprache: englisch
Anzahl Seiten: 448

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p><b>Want to jump into data science but don't know where to start?</b></p> <p>Let's be real, data science is presented as something mystical and unattainable without the most powerful software, hardware, and data expertise. Real data science isn't about technology. It's about how you approach the problem.</p> <p>In this updated edition of <i>Data Smart: Using Data Science to Transform Information into Insight</i>, award-winning data scientist and bestselling author Jordan Goldmeier shows you how to implement data science problems using Excel while exposing how things work behind the scenes.</p> <p><i>Data Smart</i> is your field guide to building statistics, machine learning, and powerful artificial intelligence concepts right inside your spreadsheet.</p> <p>Inside you'll find:</p> <ul> <li>Four-color data visualizations that highlight and illustrate the concepts discussed in the book</li> <li>Tutorials explaining complicated data science using just Microsoft Excel</li> <li>How to take what you've learned and apply it to everyday problems at work and life</li> <li>Advice for using formulas, Power Query, and some of Excel's latest features to solve tough data problems</li> <li>Smart data science solutions for common business challenges</li> <li>Explanations of what algorithms do, how they work, and what you can tweak to take your Excel skills to the next level</li> </ul> <p><i>Data Smart</i> is a must-read for students, analysts, and managers ready to become data science savvy and share their findings with the world.</p>
<p>Introduction xix</p> <p><b>1 Everything You Ever Needed to Know About Spreadsheets but Were Too Afraid to Ask 1</b></p> <p>Some Sample Data 2</p> <p>Accessing Quick Descriptive Statistics 3</p> <p>Excel Tables 4</p> <p>Filtering and Sorting 5</p> <p>Table Formatting 7</p> <p>Structured References 7</p> <p>Adding Table Columns 10</p> <p>Lookup Formulas 11</p> <p>VLOOKUP 11</p> <p>INDEX/MATCH 13</p> <p>XLOOKUP 15</p> <p>PivotTables 16</p> <p>Using Array Formulas 19</p> <p>Solving Stuff with Solver 20</p> <p><b>2 Set It and Forget It: An Introduction to Power Query 27</b></p> <p>What Is Power Query? 27</p> <p>Sample Data 28</p> <p>Starting Power Query 29</p> <p>Filtering Rows 32</p> <p>Removing Columns 33</p> <p>Find & Replace 34</p> <p>Close & Load to Table 35</p> <p><b>3 Naïve Bayes and the Incredible Lightness of Being an Idiot 39</b></p> <p>The World's Fastest Intro to Probability Theory 39</p> <p>Totaling Conditional Probabilities 40</p> <p>Joint Probability, the Chain Rule, and Independence 40</p> <p>What Happens in a Dependent Situation? 41</p> <p>Bayes Rule 42</p> <p>Separating the Signal and the Noise 43</p> <p>Using the Bayes Rule to Create an AI Model 44</p> <p>High-Level Class Probabilities Are Often Assumed to Be Equal 45</p> <p>A Couple More Odds and Ends 46</p> <p>Let's Get This Excel Party Started 47</p> <p>Cleaning the Data with Power Query 48</p> <p>Splitting on Spaces: Giving Each Word Its Due 50</p> <p>Counting Tokens and Calculating Probabilities 55</p> <p>We Have a Model! Let's Use It 58</p> <p><b>4 Cluster Analysis Part 1: Using K-Means to Segment Your Customer Base 65</b></p> <p>Dances at Summer Camp 65</p> <p>Getting Real: K-Means Clustering Subscribers in Email Marketing 70</p> <p>The Initial Dataset 71</p> <p>Determining What to Measure 72</p> <p>Start with Four Clusters 75</p> <p>Euclidean Distance: Measuring Distances as the Crow Flies 76</p> <p>Solving for the Cluster Centers 80</p> <p>Making Sense of the Results 82</p> <p>Getting the Top Deals by Cluster 83</p> <p>The Silhouette: A Good Way to Let Different K Values Duke It Out 86</p> <p>How About Five Clusters? 95</p> <p>Solving for Five Clusters 96</p> <p>Getting the Top Deals for All Five Clusters 96</p> <p>Computing the Silhouette for 5-Means Clustering 99</p> <p>K-Medians Clustering and Asymmetric Distance Measurements 100</p> <p>Using K-Medians Clustering 100</p> <p>Getting a More Appropriate Distance Metric 100</p> <p>Putting It All in Excel 102</p> <p>The Top Deals for the 5-Medians Clusters 104</p> <p><b>5 Cluster Analysis Part II: Network Graphs and Community Detection 109</b></p> <p>What Is a Network Graph? 110</p> <p>Visualizing a Simple Graph 110</p> <p>Beyond GiGraph and Adjacency Lists 115</p> <p>Building a Graph from the Wholesale Wine Data 117</p> <p>Creating a Cosine Similarity Matrix 118</p> <p>Producing an R-Neighborhood Graph 121</p> <p>Introduction to Gephi 123</p> <p>Creating a Static Adjacency Matrix 124</p> <p>Bringing in Your R-Neighborhood Adjacency Matrix into Gephi 124</p> <p>Node Degree 128</p> <p>Touching the Graph Data 130</p> <p>How Much Is an Edge Worth? Points and Penalties in Graph Modularity 132</p> <p>What's a Point, and What's a Penalty? 133</p> <p>Setting Up the Score Sheet 136</p> <p>Let's Get Clustering! 138</p> <p>Split Number 1 138</p> <p>Split 2: Electric Boogaloo 143</p> <p>And. . .Split3: Split with a Vengeance 145</p> <p>Encoding and Analyzing the Communities 146</p> <p>There and Back Again: A Gephi Tale 151</p> <p><b>6 Regression: The Granddaddy of Supervised Artificial Intelligence 157</b></p> <p>Predicting Pregnant Customers at RetailMart Using Linear Regression 158</p> <p>The Feature Set 159</p> <p>Assembling the Training Data 161</p> <p>Creating Dummy Variables 163</p> <p>Let's Bake Our Own Linear Regression 165</p> <p>Linear Regression Statistics: R-Squared, F-Tests, t-Tests 173</p> <p>Making Predictions on Some New Data and Measuring Performance 182</p> <p>Predicting Pregnant Customers at RetailMart Using Logistic Regression 192</p> <p>First You Need a Link Function 192</p> <p>Hooking Up the Logistic Function and Reoptimizing 193</p> <p>Baking an Actual Logistic Regression 196</p> <p><b>7 Ensemble Models: A Whole Lot of Bad Pizza 203</b></p> <p>Getting Started Using the Data from Chapter 6 203</p> <p>Bagging: Randomize, Train, Repeat 204</p> <p>Decision Stump is Another Name for a Weak Learner 204</p> <p>Doesn't Seem So Weak to Me! 204</p> <p>You Need More Power! 207</p> <p>Let's Train It 208</p> <p>Evaluating the Bagged Model 220</p> <p>Boosting: If You Get It Wrong, Just Boost and Try Again 223</p> <p>Training the Model—Every Feature Gets a Shot 224</p> <p>Evaluating the Boosted Model 231</p> <p><b>8 Forecasting: Breathe Easy: You Can't Win 235</b></p> <p>The Sword Trade Is Hopping 236</p> <p>Getting Acquainted with Time-Series Data 236</p> <p>Starting Slow with Simple Exponential Smoothing 238</p> <p>Setting Up the Simple Exponential Smoothing Forecast 240</p> <p>You Might Have a Trend 249</p> <p>Holt's Trend-Corrected Exponential Smoothing 250</p> <p>Setting Up Holt's Trend-Corrected Smoothing in a Spreadsheet 252</p> <p>So Are You Done? Looking at Autocorrelations 258</p> <p>Multiplicative Holt-Winters Exponential Smoothing 266</p> <p>Setting the Initial Values for Level, Trend, and Seasonality 268</p> <p>Getting Rolling on the Forecast 274</p> <p>And. . .Optimize! 280</p> <p>Putting a Prediction Interval Around the Forecast 283</p> <p>Creating a Fan Chart for Effect 287</p> <p>Forecast Sheets in Excel 289</p> <p><b>9 Optimization Modeling: Because That "Fresh-Squeezed" Orange Juice Ain't Gonna Blend Itself 293</b></p> <p>Wait Is This Data Science? 294</p> <p>Starting with a Simple Trade-Off 295</p> <p>Representing the Problem as a Polytope 296</p> <p>Solving by Sliding the Level Set 297</p> <p>The Simplex Method: Rooting Around the Corners 298</p> <p>Working in Excel 300</p> <p>Fresh from the Grove to Your Glass with a Pit Stop Through a Blending Model 305</p> <p>Let's Start with Some Specs 307</p> <p>Coming Back to Consistency 308</p> <p>Putting the Data into Excel 309</p> <p>Setting Up the Problem in Solver 311</p> <p>Lowering Your Standards 314</p> <p>Dead Squirrel Removal: the Minimax Formulation 317</p> <p>If-Then and the "Big M" Constraint 320</p> <p>Multiplying Variables: Cranking Up the Volume to 11,000 324</p> <p>Modeling Risk 330</p> <p>Normally Distributed Data 331</p> <p><b>10 Outlier Detection: Just Because They're Odd Doesn't Mean They're Unimportant 339</b></p> <p>Outliers Are (Bad?) People, Too 340</p> <p>The Fascinating Case of Hadlum v Hadlum 340</p> <p>Tukey's Fences 341</p> <p>Applying Tukey's Fences in a Spreadsheet 342</p> <p>The Limitations of This Simple Approach 345</p> <p>Terrible at Nothing, Bad at Everything 346</p> <p>Preparing Data for Graphing 347</p> <p>Creating a Graph 350</p> <p>Getting the k-Nearest Neighbors 351</p> <p>Graph Outlier Detection Method 1: Just Use the Indegree 352</p> <p>Graph Outlier Detection Method 2: Getting Nuanced with k-Distance 355</p> <p>Graph Outlier Detection Method 3: Local Outlier Factors Are Where It's At 358</p> <p><b>11 Moving on From Spreadsheets 363</b></p> <p>Getting Up and Running with R 364</p> <p>A Crash Course in R-ing 366</p> <p>Show Me the Numbers! Vector Math and Factoring 367</p> <p>The Best Data Type of Them All: the Dataframe 370</p> <p>How to Ask for Help in R 371</p> <p>It Gets Even Better Beyond Base R 372</p> <p>Doing Some Actual Data Science 374</p> <p>Reading Data into R 374</p> <p>Spherical K-Means on Wine Data in Just a Few Lines 375</p> <p>Building AI Models on the Pregnancy Data 381</p> <p>Forecasting in R 389</p> <p>Looking at Outlier Detection 393</p> <p><b>12 Conclusion 397</b></p> <p>Where Am I? What Just Happened? 397</p> <p>Before You Go-Go 397</p> <p>Get to Know the Problem 398</p> <p>We Need More Translators 398</p> <p>Beware the Three-Headed Geek-Monster: Tools, Performance, and Mathematical Perfection 399</p> <p>You Are Not the Most Important Function of Your Organization 401</p> <p>Get Creative and Keep in Touch! 402</p> <p>Index 403</p>
<p><b>JORDAN GOLDMEIER</b> is an award-winning author in analytics, data science, and data visualization, and 11-time Microsoft MVP winner. Jordan has served analytics solutions for global organizations like NATO, The World Bank and Habitat for Humanity, and Fortune 500 companies likes Principal Financial and H&M. He has taught as an instructor for Wake Forest University, and served as a volunteer Emergency Medical Technician in New York City.
<p><b>Jordan breaks down advanced concepts with an infectious simplicity that has become his signature style.</b></p> <p>"Through the data-driven AI hype, <i>Data Smart</i> injects clarity into the discussion with fresh, compelling examples. This is an indispensable guide to becoming truly data smart. The second edition continues the mission of the first—to be a beacon of clarity against the clamor of data science hysteria. Ready to usher in a new generation of analysts, this is your ticket to becoming truly data smart."<br />—<b>Alex Gutman, PhD,</b> Director of Data Science, Author of <i>Becoming a Data Head</i></p> <p><b>An absolute gem.</b><br />"<i>Data Smart</i> solidifies Excel's enduring relevance in the age of AI. Analysts who embrace its full potential will continue to thrive."<br />—<b>George Mount,</b> Excel MVP, Founder at Stringfest Analytics, Author of <i>Advancing into Analytics</i></p> <p><b>Most people are approaching data all wrong. Here's how to do it right.</b></p> <p>In the era of AI, data scientists appear as mystical practitioners of magical arts. But I'm here to tell you: Data science is something you can do. Really. This book shows you the significant data science techniques, how they work, how to use them, and how they benefit your business, large or small. It's about turning raw data into insight you can act upon and doing it as quickly and painlessly as possible.</p> <p>Roll up your sleeves and let's get going.</p> <p><b>Relax — it's just Excel</b></p> <p>In this newly revised edition featuring four-color visualizations, you'll learn about</p> <ul> <li>Cutting-edge Excel tools Power Query and new functions like XLOOKUP, LET and LAMBDA</li> <li>Creating artificial intelligence using linear models, ensemble methods, and naïve Bayes</li> <li>Mathematical optimization, including non-linear programming and genetic algorithms</li> <li>Prediction with time-series data and forecasting with exponential smoothing</li> <li>Clustering with k-means, spherical k-means, and graph modularity</li> <li>Quantifying and addressing risk with Monte Carlo simulation</li> <li>Detecting outliers in single or multiple dimensions</li> <li>Statistical programming with R</li> </ul>

Diese Produkte könnten Sie auch interessieren:

Data Mining and Machine Learning Applications
Data Mining and Machine Learning Applications
von: Rohit Raja, Kapil Kumar Nagwanshi, Sandeep Kumar, K. Ramya Laxmi
PDF ebook
190,99 €
Artificial Intelligence for Renewable Energy Systems
Artificial Intelligence for Renewable Energy Systems
von: Ajay Kumar Vyas, S. Balamurugan, Kamal Kant Hiran, Harsh S. Dhiman
EPUB ebook
164,99 €
Artificial Intelligence for Renewable Energy Systems
Artificial Intelligence for Renewable Energy Systems
von: Ajay Kumar Vyas, S. Balamurugan, Kamal Kant Hiran, Harsh S. Dhiman
PDF ebook
164,99 €