Skip to content

v0.1

Latest
Compare
Choose a tag to compare
@vinhkhuc vinhkhuc released this 20 Jul 23:26
· 17 commits to master since this release
  1. Supervised Learning

a) Classification
Nearest Neighbors
Naive Bayes
Perceptron
Linear Support Vector Machines
Logistic Regression
Maximum Entropy
Decision Trees
Random Forest
Feed-forward Neural Network
AdaBoost

b) Regression
Nearest Neighbors
Linear Regression
Decision Trees
Random Forest
Feed-forward Neural Network
Gradient Boosting

c) Ranking
RankNet

  1. Unsupervised Learning

a) Clustering:
K-Means

b) Decomposition:
PCA