Supervised and Unsupervised Learning

  • Supervised learning refers to the process of using a set of samples of known classes to adjust the parameters of a classifier to achieve the required performance.
  • Unsupervised learning refers to solving various problems in pattern recognition based on training samples whose classes are unknown .
  • Common supervised learning algorithms: LR, NB, KNN, SVM, RF, GBDT, XgBoost, AdaBoost, etc.
  • Common unsupervised learning algorithms: K-means, Apriori, FP-Growth, DBSCAN, etc.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325705474&siteId=291194637
Recommended