Mastering Machine Learning With scikit-learn (Paperback)
Gavin Hackeling
- 出版商: Packt Publishing
- 出版日期: 2014-10-31
- 售價: $1,840
- 貴賓價: 9.5 折 $1,748
- 語言: 英文
- 頁數: 238
- 裝訂: Paperback
- ISBN: 1783988363
- ISBN-13: 9781783988365
-
相關分類:
Machine Learning
已過版
買這商品的人也買了...
-
$340$306 -
$399$359 -
$450$405 -
$403自製編程語言
-
$403獨闢蹊徑的編程思維-拿來主義編程
-
$1,311$1,242 -
$1,550$1,473 -
$450$356 -
$180計算機是怎樣跑起來的 (How Computer Works)
-
$490$417 -
$1,440$1,368 -
$1,935Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems (Paperback)
-
$680$537
相關主題
商品描述
Apply effective learning algorithms to real-world problems using scikit-learn
About This Book
- Design and troubleshoot machine learning systems for common tasks including regression, classification, and clustering
- Acquaint yourself with popular machine learning algorithms, including decision trees, logistic regression, and support vector machines
- A practical example-based guide to help you gain expertise in implementing and evaluating machine learning systems using scikit-learn
Who This Book Is For
If you are a software developer who wants to learn how machine learning models work and how to apply them effectively, this book is for you. Familiarity with machine learning fundamentals and Python will be helpful, but is not essential.
In Detail
This book examines machine learning models including logistic regression, decision trees, and support vector machines, and applies them to common problems such as categorizing documents and classifying images. It begins with the fundamentals of machine learning, introducing you to the supervised-unsupervised spectrum, the uses of training and test data, and evaluating models. You will learn how to use generalized linear models in regression problems, as well as solve problems with text and categorical features.
You will be acquainted with the use of logistic regression, regularization, and the various loss functions that are used by generalized linear models. The book will also walk you through an example project that prompts you to label the most uncertain training examples. You will also use an unsupervised Hidden Markov Model to predict stock prices.
By the end of the book, you will be an expert in scikit-learn and will be well versed in machine learning