Machine Learning with Python Cookbook: Practical Solutions from Preprocessing to Deep Learning
Chris Albon
- 出版商: O'Reilly
- 出版日期: 2018-04-17
- 定價: $1,960
- 售價: 9.5 折 $1,862
- 貴賓價: 9.0 折 $1,764
- 語言: 英文
- 頁數: 366
- 裝訂: Paperback
- ISBN: 1491989386
- ISBN-13: 9781491989388
-
相關分類:
Python、Machine Learning 機器學習 、DeepLearning 深度學習
-
相關翻譯:
Python 機器學習錦囊妙計 (Machine Learning with Python Cookbook) (繁中版)
Python 機器學習手冊:從數據預處理到深度學習 (Machine Learning with Python Cookbook: Practical Solutions from Preprocessing to Deep Learning) (簡中版)
立即出貨 (庫存 < 4)
買這商品的人也買了...
-
$980$980 -
$780$663 -
$1,530$1,454 -
$1,724$1,634 -
$780$616 -
$1,150$1,127 -
$1,834$1,737 -
$580$458 -
$1,660$1,577 -
$990Hands-On Machine Learning with Scikit-Learn and TensorFlow (Paperback)
-
$1,862$1,764 -
$888Python Data Structures and Algorithms
-
$990Python GUI Programming Cookbook - Second Edition
-
$283Python 機器學習經典實例 (Python Machine Learning Cookbook)
-
$1,440$1,368 -
$680$537 -
$620$484 -
$690$518 -
$680$530 -
$1,460$1,387 -
$580$458 -
$690$538 -
$2,400$2,280 -
$1,540$1,509 -
$400$360
商品描述
This practical guide provides nearly 200 self-contained recipes to help you solve machine learning challenges you may encounter in your daily work. If you’re comfortable with Python and its libraries, including pandas and scikit-learn, you’ll be able to address specific problems such as loading data, handling text or numerical data, model selection, and dimensionality reduction and many other topics.
Each recipe includes code that you can copy and paste into a toy dataset to ensure that it actually works. From there, you can insert, combine, or adapt the code to help construct your application. Recipes also include a discussion that explains the solution and provides meaningful context. This cookbook takes you beyond theory and concepts by providing the nuts and bolts you need to construct working machine learning applications.
You’ll find recipes for:
- Vectors, matrices, and arrays
- Handling numerical and categorical data, text, images, and dates and times
- Dimensionality reduction using feature extraction or feature selection
- Model evaluation and selection
- Linear and logical regression, trees and forests, and k-nearest neighbors
- Support vector machines (SVM), naïve Bayes, clustering, and neural networks
- Saving and loading trained models