Algorithm classification in supervised and unsupervised learning

Classification of supervised learning and unsupervised learning algorithms

Supervised learning means that the samples used by the machine for training contain data and labels.
Unsupervised learning means that the samples used by the machine for training only contain data without corresponding labels.

This article mainly divides the algorithm classification of supervised learning and unsupervised learning and the method of learning using scikit-learn.
Insert picture description here

Insert picture description here
The following are the steps to choose a learning method according to different situations:
Insert picture description here
interested friends can click here to watch the use of functions in the scikit-learn library and how to use scikit.

Guess you like

Origin blog.csdn.net/weixin_45187794/article/details/108553021