- Machine Learning with scikit:learn Quick Start Guide
- Kevin Jolly
- 206字
- 2021-06-24 18:15:51
What this book covers
Chapter 1, Introducing Machine Learning with scikit-learn, is a brief introduction to the different types of machine learning and its applications.
Chapter 2, Predicting Categories with K-Nearest Neighbors, covers working with and implementing the k-nearest neighbors algorithm to solve classification problems in scikit-learn.
Chapter 3, Predicting Categories with Logistic Regression, explains the workings and implementation of the logistic regression algorithm when solving classification problems in scikit-learn.
Chapter 4, Predicting Categories with Naive Bayes and SVMs, explains the workings and implementation of the Naive Bayes and the Linear Support Vector Machines algorithms when solving classification problems in scikit-learn.
Chapter 5, Predicting Numeric Outcomes with Linear Regression, explains the workings and implementation of the linear regression algorithm when solving regression problems in scikit-learn.
Chapter 6, Classification and Regression with Trees, explains the workings and implementation of tree-based algorithms such as decision trees, random forests, and the boosting and ensemble algorithms when solving classification and regression problems in scikit-learn.
Chapter 7, Clustering Data with Unsupervised Machine Learning, explains the workings and implementation of the k-means algorithm when solving unsupervised problems in scikit-learn.
Chapter 8, Performance Evaluation Methods, contains visual performance evaluation techniques for supervised and unsupervised machine learning algorithms.
- ABB工業(yè)機(jī)器人編程全集
- Practical Data Wrangling
- Getting Started with MariaDB
- 城市道路交通主動(dòng)控制技術(shù)
- 永磁同步電動(dòng)機(jī)變頻調(diào)速系統(tǒng)及其控制(第2版)
- 傳感器與物聯(lián)網(wǎng)技術(shù)
- Kubernetes for Serverless Applications
- 智能生產(chǎn)線的重構(gòu)方法
- 單片機(jī)原理實(shí)用教程
- 所羅門(mén)的密碼
- C++程序設(shè)計(jì)基礎(chǔ)(上)
- Photoshop CS5圖像處理入門(mén)、進(jìn)階與提高
- Learning Apache Apex
- Hands-On Dashboard Development with QlikView
- Linux系統(tǒng)下C程序開(kāi)發(fā)詳解