mediamatics mediamatics mediamatics



Book Details

  New Book

MACHINE LEARNING WITH PYTHON FOR EVERYONE


By FENNER, MARK E ()
mediamatics

Price : $49.99  $39.99
ISBN : 9780134845623  
Page : 555
Year of Publication : 2020    Edition : 1
Publisher : PEARSON PRENTICE HALL, USA
Subject : COMPUTER SCIENCE - IT



mediamatics

mediamatics

mediamatics

mediamatics

Description :

Description Students are rushing to master powerful machine learning techniques for improving decision-making and scaling analysis to immense datasets. Machine Learning with Python for Everyone brings together all they’ll need to succeed: a practical understanding of the machine learning process, accessible code, skills for implementing that process with Python and the scikit-learn library, and real expertise in using learning systems intelligently. Reflecting 20 years of experience teaching non-specialists, Dr. Mark Fenner teaches through carefully-crafted datasets that are complex enough to be interesting, but simple enough for non-specialists. Building on this foundation, Fenner presents real-world case studies that apply his lessons in detailed, nuanced ways. Throughout, he offers clear narratives, practical “code-alongs,” and easy-to-understand images -- focusing on mathematics only where it’s necessary to make connections and deepen insight.


Dr. Mark Fenner, owner of Fenner Training and Consulting, LLC, has taught computing and mathematics to diverse adult audiences since 1999, and holds a PhD in computer science. His research has included design, implementation, and performance of machine learning and numerical algorithms; developing learning systems to detect user anomalies; and probabilistic modeling of protein function.

Content :

Table of Contents Foreword xxi Preface xxiii About the Author xxvii Part I: First Steps 1 Chapter 1: Let’s Discuss Learning 3 1.1 Welcome 3 1.2 Scope, Terminology, Prediction, and Data 4 1.3 Putting the Machine in Machine Learning 7 1.4 Examples of Learning Systems 9 1.5 Evaluating Learning Systems 11 1.6 A Process for Building Learning Systems 13 1.7 Assumptions and Reality of Learning 15 1.8 End-of-Chapter Material 17 Chapter 2: Some Technical Background 19 2.1 About Our Setup 19 2.2 The Need for Mathematical Language 19 2.3 Our Software for Tackling Machine Learning 20 2.4 Probability 21 2.5 Linear Combinations, Weighted Sums, and Dot Products 28 2.6 A Geometric View: Points in Space 34 2.7 Notation and the Plus-One Trick 43 2.8 Getting Groovy, Breaking the Straight-Jacket, and Nonlinearity 45 2.9 NumPy versus “All the Maths” 47 2.10 Floating-Point Issues 52 2.11 EOC 53 Chapter 3: Predicting Categories: Getting Started with Classification 55 3.1 Classification Tasks 55 3.2 A Simple Classification Dataset 56 3.3 Training and Testing: Don’t Teach to the Test 59 3.4 Evaluation: Grading the Exam 62 3.5 Simple Classifier #1: Nearest Neighbors, Long Distance Relationships, and Assumptions 63 3.6 Simple Classifier #2: Naive Bayes, Probability, and Broken Promises 68 3.7 Simplistic Evaluation of Classifiers 70 3.8 EOC 81 Chapter 4: Predicting Numerical Values: Getting Started with Regression 85 4.1 A Simple Regression Dataset 85 4.2 Nearest-Neighbors Regression and Summary Statistics 87 4.3 Linear Regression and Errors 91 4.4 Optimization: Picking the Best Answer 98 4.5 Simple Evaluation and Comparison of Regressors 101 4.6 EOC 104 Part II: Evaluation 107 Chapter 5: Evaluating and Comparing Learners 109 5.1 Evaluation and Why Less Is More 109 5.2 Terminology for Learning Phases 110 5.3 Major Tom, There’s Something Wrong: Overfitting and Underfitting 116 5.4 From Errors to Costs 125 5.5 (Re)Sampling: Making More from Less 128 5.6 Break-It-Down: Deconstructing Error into Bias and Variance 142 5.7 Graphical Evaluation and Comparison 149 5.8 Comparing Learners with Cross-Validation 154 5.9 EOC 155 Chapter 6: Evaluating Classifiers 159 6.1 Baseline Classifiers 159 6.2 Beyond Accuracy: Metrics for Classification 161 6.3 ROC Curves 170 6.4 Another Take on Multiclass: One-versus-One 181 6.5 Precision-Recall Curves 185 6.6 Cumulative Response and Lift Curves 187 6.7 More Sophisticated Evaluation of Classifiers: Take Two 190 6.8 EOC 201 Chapter 7: Evaluating Regressors 205 7.1 Baseline Regressors 205 7.2 Additional Measures for Regression 207 7.3 Residual Plots 214 7.4 A First Look at Standardization 221 7.5 Evaluating Regressors in a More Sophisticated Way: Take Two 225 7.6 EOC 232 Part III: More Methods and Fundamentals 235 Chapter 8: More Classification Methods 237 8.1 Revisiting Classification 237 8.2 Decision Trees 239 8.3 Support Vector Classifiers 249 8.4 Logistic Regression 259 8.5 Discriminant Analysis 269 8.6 Assumptions, Biases, and Classifiers 285 8.7 Comparison of Classifiers: Take Three 287 8.8 EOC 290 Chapter 9: More Regression Methods 295 9.1 Linear Regression in the Penalty Box: Regularization 295 9.2 Support Vector Regression 301 9.3 Piecewise Constant Regression 308 9.4 Regression Trees 313 9.5 Comparison of Regressors: Take Three 314 9.6 EOC 318 Chapter 10: Manual Feature Engineering: Manipulating Data for Fun and Profit 321 10.1 Feature Engineering Terminology and Motivation 321 10.2 Feature Selection and Data Reduction: Taking out the Trash 324 10.3 Feature Scaling 325 10.4 Discretization 329 10.5 Categorical Coding 332 10.6 Relationships and Interactions 341 10.7 Target Manipulations 350 10.8 EOC 356 Chapter 11: Tuning Hyperparameters and Pipelines 359 11.1 Models, Parameters, Hyperparameters 360 11.2 Tuning Hyperparameters 362 11.3 Down the Recursive Rabbit Hole: Nested Cross-Validation 370 11.4 Pipelines 377 11.5 Pipelines and Tuning Together 380 11.6 EOC 382 Part IV: Adding Complexity 385 Chapter 12: Combining Learners 387 12.1 Ensembles 387 12.2 Voting Ensembles 389 12.3 Bagging and Random Forests 390 12.4 Boosting 398 12.5 Comparing the Tree-Ensemble Methods 401 12.6 EOC 405 Chapter 13: Models That Engineer Features for Us 409 13.1 Feature Selection 411 13.2 Feature Construction with Kernels 428 13.3 Principal Components Analysis: An Unsupervised Technique 445 13.4 EOC 462 Chapter 14: Feature Engineering for Domains: Domain-Specific Learning 469 14.1 Working with Text 470 14.2 Clustering 479 14.3 Working with Images 481 14.4 EOC 493 Chapter 15: Connections, Extensions, and Further Directions 497 15.1 Optimization 497 15.2 Linear Regression from Raw Materials 500 15.3 Building Logistic Regression from Raw Materials 504 15.4 SVM from Raw Materials 510 15.5 Neural Networks 512 15.6 Probabilistic Graphical Models 516 15.7 EOC 525 Appendix A: mlwpy.py Listing 529 Index 537
Related Books :
ORGANIZATIONAL COGNITION AND LEARNING : BUILDING SYSTEMS FOR THE LEARNING ORGANIZATION
By 
mediamatics   Price:$94.95
         $ 75.96
 
OPEN SOURCE FOR KNOWLEDGE LEARNING MANAGEMENT : STRATEGIES BEYOND TOOLS (SC)
By 
mediamatics   Price:$84.95
         $ 67.96
 
mediamatic
The Computational Nature of Language Learning and Evolution
By PARTHA NIYOGI
mediamatics   Price:$42.00
         $ 33.60
 
SOCIAL LEARNING : AN INTRO TO MECHANISMS, METHODS AND MODELS
By HOPPITT, WILLIAM
mediamatics   Price:$49.50
         $ 39.60
 
mediamatic
ONNA RASHIKA (LIKE A WOMAN) : THE DIARY OF A LANGUAGE LEARNER IN JAPAN
By Ogulnick, Karen
mediamatics   Price:£23.50
         £ 18.80
 
BLENDED LEARNING IN PRACTICE: A GUIDE FOR PRACTITIONERS AND RESEARCHERS
By MADDEN, MARGULIEUX, KADEL, GOEL
mediamatics   Price:Rs2999.00
         Rs 2399.20
 
mediamatic
No other Books by the same author

Popular Picks on the Month


REPORTING THE UNIVERSE
By DOCTOROW
 
mediamatics
Price : $31.00  $24.80
ISBN : 9780674004610
Publisher : HARVARD UNIVERSITY PRESS
Subject :  CULTURE STUDIES

DNA : A GRAPHIC GUIDE TO THE MOLECULE THAT SHOOK THE WORLD
By ROSENFIELD, ISRAEL, ZIFF, EDWARD, LOON, BORIN VAN VAN
 
mediamatics
Price : $19.95  $15.96
ISBN : 9780231142717
Publisher : COLUMBIA UNIVERSITY PRESS
Subject :  BIOLOGY
mediamatic

CROWDED AIRWAVES : CAMPAIGN ADVERTISING IN ELECTRONICS
By THIBODEAU
 
mediamatics
Price : £16.95  £13.56
ISBN : 9780815784555
Publisher : BROOKINGS INSTITUTION PRESS
Subject :  ADVERTISING

ADVERTISING AND VIOLENCE : CONCEPTS AND PERSPECTIVES
By RIFON, NORA J., ROYNE, MARLA B., CARLSON, LES
 
mediamatics
Price : $44.95  $35.96
ISBN : 9780765642691
Publisher : M.E. SHARPE, INC.
Subject :  ADVERTISING
mediamatic

BALANCING ON A PLANET : THE FUTURE OF FOOD AND AGRICULTURE
By CLEVELAND, DAVID A.
 
mediamatics
Price : $34.95  $27.96
ISBN : 9780520277427
Publisher : UNIVERSITY OF CALIFORNIA PRESS
Subject :  AGRICULTURE

DARWIN AND DESIGN : DOES EVOLUTION HAVE A PURPOSE? (HB)
By RUSE, MICHAEL
 
mediamatics
Price : $29.95  $23.96
ISBN : 9780674010239
Publisher : HARVARD UNIVERSITY PRESS
Subject :  BIOLOGY
mediamatic