更新时间:2021-06-18 18:24:05
封面
版权信息
Preface
1. Introduction to Scikit-Learn
Introduction
Introduction to Machine Learning
Scikit-Learn
Data Representation
Data Preprocessing
Scikit-Learn API
Supervised and Unsupervised Learning
Summary
2. Unsupervised Learning – Real-Life Applications
Clustering
Exploring a Dataset – Wholesale Customers Dataset
Data Visualization
Mean-Shift Algorithm
DBSCAN Algorithm
Evaluating the Performance of Clusters
3. Supervised Learning – Key Steps
Supervised Learning Tasks
Model Validation and Testing
Evaluation Metrics
Error Analysis
4. Supervised Learning Algorithms: Predicting Annual Income
Exploring the Dataset
The Naïve Bayes Algorithm
The Decision Tree Algorithm
The Support Vector Machine Algorithm
5. Supervised Learning – Key Steps
Artificial Neural Networks
Applying an Artificial Neural Network
Performance Analysis
6. Building Your Own Program
Program Definition
Saving and Loading a Trained Model
Interacting with a Trained Model
Appendix
5. Artificial Neural Networks: Predicting Annual Income