- 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.
推薦閱讀
- Extending Jenkins
- 摩登創客:與智能手機和平板電腦共舞
- Go語言高效編程:原理、可觀測性與優化
- arc42 by Example
- Visual Basic程序設計教程
- 軟件架構:Python語言實現
- Mastering Ext JS
- Python深度學習:基于TensorFlow
- C++新經典
- scikit-learn Cookbook(Second Edition)
- 計算機輔助設計與繪圖技術(AutoCAD 2014教程)(第三版)
- Hands-On Game Development Patterns with Unity 2019
- Neo4j High Performance
- Java EE企業級應用開發教程:Spring+Spring MVC+MyBatis(第2版)
- OpenCV 4計算機視覺:Python語言實現(原書第3版)