(1)人工神经网络(Artificial Neural Network)类
1.反向传播(Backpropagation)
2.波尔兹曼机(Boltzmann Machine)
3.卷积神经网络(Convolutional Neural Network)
4.Hopfield网络(hopfield Network)
5.多层感知器(Multilyer Perceptron)
6.径向基函数网络(Radial Basis Function Network)
7.受限波尔兹曼机(Restricted Boltzmann Machine)
8.回归神经网络(Recurrent Neural Network)
9.自组织映射(Self-organizing Map)
10.尖峰神经网络(Spiking Neural Network)
(2)贝叶斯类(Bayesin)类:
1.朴素贝叶斯(Naive Bayes)
2.高斯贝叶斯(Gaussian Naive Bayes)
3.多项朴素贝叶斯(Multinomial Naive Bayes)
4.平均依赖性评估(Averaged One-Dependence Estimators)
5.贝叶斯信念网络(Bayesian Belief Network)
6.贝叶斯网络(Bayesian Network)
(3)决策树(Decision Tree)类:
1.分类和回归树(Classification and Regression Tree)
2.ID3算法
3.C4.5算法、C5.0算法
4.卡方自动交互检测(Chi-squared Automatic Interaction Detection)
5.决策残端(Decision Stump)
6.随机森林(Random Forest)
7.SLIQ(Supervised Learning in Quest)
(4)线性分类器(Linear Classifier)类:
1.Fisher的线性判别(Fisher’s Linear Discriminant)