- Python Machine Learning By Example
- Yuxi (Hayden) Liu
- 183字
- 2021-07-02 22:57:16
Getting Started with Python and Machine Learning
We kick off our Python and machine learning journey with the basic, yet important concepts of machine learning. We will start with what machine learning is about, why we need it, and its evolution over the last few decades. We will then discuss typical machine learning tasks and explore several essential techniques of working with data and working with models. It is a great starting point of the subject and we will learn it in a fun way. Trust me. At the end, we will also set up the software and tools needed in this book.
We will get into details for the topics mentioned:
- What is machine learning and why do we need it?
- A very high level overview of machine learning
- Generalizing with data
- Overfitting and the bias variance trade off
- Cross validation
- Regularization
- Dimensions and features
- Preprocessing, exploration, and feature engineering
- Missing Values
- Label encoding
- One hot encoding
- Scaling
- Polynomial features
- Power transformations
- Binning
- Combining models
- Bagging
- Boosting
- Stacking
- Blending
- Voting and averaging
- Installing software and setting up
- Troubleshooting and asking for help
推薦閱讀
- Microsoft Dynamics 365 Extensions Cookbook
- C語言程序設計教程(第2版)
- Java開發入行真功夫
- INSTANT Sencha Touch
- Learning Apache Kafka(Second Edition)
- 精通Linux(第2版)
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- 區塊鏈技術與應用
- 持續輕量級Java EE開發:編寫可測試的代碼
- Python Data Science Cookbook
- Mastering AWS Security
- C++程序設計教程(第2版)
- 單片機原理及應用技術
- Backbone.js Testing
- Python Web自動化測試設計與實現