Machine Learning with Python Cookbook (e-bog) af Albon, Chris
Albon, Chris (forfatter)

Machine Learning with Python Cookbook e-bog

436,85 DKK (inkl. moms 546,06 DKK)
This practical guide provides more than 200 self-contained recipes to help you solve machine learning challenges you may encounter in your work. If you're comfortable with Python and its libraries, including pandas and scikit-learn, you'll be able to address specific problems, from loading data to training models and leveraging neural networks.Each recipe in this updated edition includes code t...
E-bog 436,85 DKK
Forfattere Albon, Chris (forfatter)
Udgivet 27 juli 2023
Længde 416 sider
Genrer UYQM
Sprog English
Format pdf
Beskyttelse LCP
ISBN 9781098135690
This practical guide provides more than 200 self-contained recipes to help you solve machine learning challenges you may encounter in your work. If you're comfortable with Python and its libraries, including pandas and scikit-learn, you'll be able to address specific problems, from loading data to training models and leveraging neural networks.Each recipe in this updated edition includes code that you can copy, paste, and run with a toy dataset to ensure that it works. From there, you can adapt these recipes according to your use case or application. Recipes include a discussion that explains the solution and provides meaningful context.Go beyond theory and concepts by learning the nuts and bolts you need to construct working machine learning applications. You'll find recipes for:Vectors, matrices, and arraysWorking with data from CSV, JSON, SQL, databases, cloud storage, and other sourcesHandling numerical and categorical data, text, images, and dates and timesDimensionality reduction using feature extraction or feature selectionModel evaluation and selectionLinear and logical regression, trees and forests, and k-nearest neighborsSupporting vector machines (SVM), nave Bayes, clustering, and tree-based modelsSaving, loading, and serving trained models from multiple frameworks