Cantitate/Preț
Produs

Machine Learning with Python for Everyone: Addison-Wesley Data & Analytics Series

Autor Mark Fenner
en Limba Engleză Paperback – 17 dec 2019
The Complete Beginner's Guide to Understanding and Building Machine Learning Systems with Python Machine Learning with Python for Everyone will help you master the processes, patterns, and strategies you need to build effective learning systems, even if you're an absolute beginner. If you can write some Python code, this book is for you, no matter how little college-level math you know. Principal instructor Mark E. Fenner relies on plain-English stories, pictures, and Python examples to communicate the ideas of machine learning. Mark begins by discussing machine learning and what it can do; introducing key mathematical and computational topics in an approachable manner; and walking you through the first steps in building, training, and evaluating learning systems. Step by step, you'll fill out the components of a practical learning system, broaden your toolbox, and explore some of the field's most sophisticated and exciting techniques. Whether you're a student, analyst, scientist, or hobbyist, this guide's insights will be applicable to every learning system you ever build or use.
  • Understand machine learning algorithms, models, and core machine learning concepts
  • Classify examples with classifiers, and quantify examples with regressors
  • Realistically assess performance of machine learning systems
  • Use feature engineering to smooth rough data into useful forms
  • Chain multiple components into one system and tune its performance
  • Apply machine learning techniques to images and text
  • Connect the core concepts to neural networks and graphical models
  • Leverage the Python scikit-learn library and other powerful tools
Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details.
Citește tot Restrânge

Din seria Addison-Wesley Data & Analytics Series

Preț: 27933 lei

Preț vechi: 34917 lei
-20% Nou

Puncte Express: 419

Preț estimativ în valută:
5346 5560$ 4480£

Carte disponibilă

Livrare economică 20 februarie-06 martie
Livrare express 06-12 februarie pentru 4423 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780134845623
ISBN-10: 0134845625
Pagini: 592
Dimensiuni: 179 x 228 x 31 mm
Greutate: 0.91 kg
Editura: Pearson Education (US)
Seria Addison-Wesley Data & Analytics Series


Notă biografică

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.

Cuprins

  • Chapter 1: Let's Discuss Learning
  • Chapter 2: Some Technical Background
  • Chapter 3: Predicting Categories: Getting Started with Classification
  • Chapter 4: Predicting Numerical Values: Getting Started with Regression
  • Part II: Evaluation
  • Chapter 5: Evaluating and Comparing Learners
  • Chapter 6: Evaluating Classifiers
  • Chapter 7: Evaluating Regressors
  • Part III: More Methods and Fundamentals
  • Chapter 8: More Classification Methods
  • Chapter 9: More Regression Methods
  • Chapter 10: Manual Feature Engineering: Manipulating Data for Fun and Profit
  • Chapter 11: Tuning Hyperparameters and Pipelines
  • Part IV: Adding Complexity
  • Chapter 12: Combining Learners
  • Chapter 13: Models That Engineer Features for Us
  • Chapter 14: Feature Engineering for Domains: Domain-Specific Learning
  • Chapter 15: Connections, Extensions, and Further Directions