- 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
推薦閱讀
- JavaScript從入門到精通(微視頻精編版)
- Visual FoxPro程序設(shè)計(jì)教程
- Xcode 7 Essentials(Second Edition)
- C# 從入門到項(xiàng)目實(shí)踐(超值版)
- C#程序設(shè)計(jì)(慕課版)
- Learning Elixir
- Java Web及其框架技術(shù)
- Learn WebAssembly
- R的極客理想:工具篇
- 程序員修煉之道:通向務(wù)實(shí)的最高境界(第2版)
- PLC編程與調(diào)試技術(shù)(松下系列)
- App Inventor創(chuàng)意趣味編程進(jìn)階
- 工業(yè)機(jī)器人離線編程
- 邊玩邊學(xué)Scratch3.0少兒趣味編程
- HTML5游戲開發(fā)實(shí)戰(zhàn)