Regression - Classification:: When Is Categorical
Regression - Classification:: When Is Categorical
Regression: : find a hyperplane that is close to all the data points Support Vector Machine (SVM)
in a range Epsilon
Function: reduce dimension of data, easier to visualize,
extract features best represent the data
Convolutional Neural Network :User convolution layer to Principal Component Analysis (PCA): Unsupervised
find features that reside in local group of data. Usually
applied to image processing, currently the best.
Dimensional Reduction Linear
Machine Learning
Linear Discriminant Analysis (LDA): Supervised
Recurrent Neural Network (RNN) : Connections of the
nodes in model form a directed cycle. Can be used to model
dynamic memory when learning.
Neural Network
Auto Encoder : Input and output layers has the same
number of nodes, hidden layer has fewer nodes to compress Locally-linear Embedding (LLE): Try to preserve distances to
data with fewer info only other local objects.