- Hands-On Machine Learning with ML.NET
- Jarred Capellman
- 115字
- 2021-06-24 16:43:26
Supervised learning
Supervised learning is the more common of the two types, and, as such, it is also used for most of the algorithms we will cover in this book. Simply put, supervised learning entails you, as the data scientist, passing the known outputs as part of the training to the model. Take, for instance, the election example discussed earlier in this chapter. With supervised learning, every data point in the election polls that is used as a feature along with whom they say will vote for, are sent to the model during training. This step is traditionally called labeling in classification algorithms, in which the output values will be one of the pre-training labels.
推薦閱讀
- C# 7 and .NET Core Cookbook
- Modular Programming with Python
- 兩周自制腳本語言
- JavaScript+jQuery開發實戰
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Android 7編程入門經典:使用Android Studio 2(第4版)
- Java程序設計與計算思維
- Elasticsearch for Hadoop
- VMware虛擬化技術
- 利用Python進行數據分析(原書第3版)
- Nginx Lua開發實戰
- Android驅動開發權威指南
- Clojure Polymorphism
- UI設計基礎培訓教程(全彩版)
- Docker:容器與容器云(第2版)