Machine Learning with Python for Everyone: Addison-Wesley Data & Analytics Series
Autor Mark Fenneren Limba Engleză Paperback – 17 dec 2019
- 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
Preț: 279.33 lei
Preț vechi: 349.17 lei
-20% Nou
Puncte Express: 419
Preț estimativ în valută:
53.46€ • 55.60$ • 44.80£
53.46€ • 55.60$ • 44.80£
Carte disponibilă
Livrare economică 20 februarie-06 martie
Livrare express 06-12 februarie pentru 44.23 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
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