7 Types of Regression Techniques you should know!
决策树
A Complete Tutorial on Tree Based Modeling from Scratch (in R & Python)
treelite---Treelite is a framework to optimize decision tree ensembles for fast prediction.
使用场景:网站付费用户的判断
GBDT
GBDT(Gradient Boosting Decision Tree)
XGBoost
贝叶斯
使用场景:邮箱垃圾邮件过滤,为了应对新单词没有出现在训练集中的情况,使用拉普拉斯光滑(Laplace smoothing)
KNN(K Nearest Neighbor)K近邻
Introduction to k-nearest neighbors : Simplified
Understanding Support Vector Machine algorithm from examples (along with code)
GAN(generative aderserial network)生成对抗网络