- Machine Learning for Developers
- Rodolfo Bonnin
- 130字
- 2021-07-02 15:46:43
Grades of supervision
The learning process supports gradual steps in the realm of supervision:
- Unsupervised Learning doesn't have previous knowledge of the class or value of any sample, it should infer it automatically.
- Semi-Supervised Learning, needs a seed of known samples, and the model infers the remaining samples class or value from that seed.
- Supervised Learning: This approach normally includes a set of known samples, called training set, another set used to validate the model's generalization, and a third one, called test set, which is used after the training process to have an independent number of samples outside of the training set, and warranty independence of testing.
In the following diagram, depicts the mentioned approaches:

Graphical depiction of the training techniques for Unsupervised, Semi-Supervised and Supervised Learning
推薦閱讀
- Dynamics 365 for Finance and Operations Development Cookbook(Fourth Edition)
- MySQL 8從入門到精通(視頻教學版)
- ASP.NET Core Essentials
- Responsive Web Design with HTML5 and CSS3
- PHP+MySQL網(wǎng)站開發(fā)技術(shù)項目式教程(第2版)
- 區(qū)塊鏈:以太坊DApp開發(fā)實戰(zhàn)
- Groovy for Domain:specific Languages(Second Edition)
- Spring實戰(zhàn)(第5版)
- 程序員修煉之道:通向務(wù)實的最高境界(第2版)
- C#程序設(shè)計教程(第3版)
- Couchbase Essentials
- C++ Application Development with Code:Blocks
- Mastering Docker
- Learning Android Application Testing
- Flink技術(shù)內(nèi)幕:架構(gòu)設(shè)計與實現(xiàn)原理