- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 133字
- 2021-06-24 16:43:36
Classification Model
With regression models behind us, it is now time to dive into classification models. In this chapter, we will examine the math behind classification models, as well as the various applications of classification models. In addition, we will build two new ML.NET classification applications: the first, a binary classification example that will predict if a car's price is a good deal or not, akin to what you would find on a car purchase website; the other application, a multi-class classification application that categorizes emails. Finally, we will explore how to evaluate a classification model with the properties ML.NET exposes in classification models.
In this chapter, we will cover the following topics:
- Breaking down classification models
- Creating a binary classification application
- Creating a multi-class classification application
- Evaluating a classification model
推薦閱讀
- 自然語言處理實戰:預訓練模型應用及其產品化
- Redis Applied Design Patterns
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- ASP.NET Core 5.0開發入門與實戰
- Hands-On Reinforcement Learning with Python
- Python極簡講義:一本書入門數據分析與機器學習
- Tableau 10 Bootcamp
- Python+Tableau數據可視化之美
- Java EE 8 and Angular
- 軟硬件綜合系統軟件需求建模及可靠性綜合試驗、分析、評價技術
- 關系數據庫與SQL Server 2012(第3版)
- Swift 2 Design Patterns
- Java程序性能優化實戰
- Mastering Assembly Programming
- 智能優化算法與MATLAB編程實踐