link | content |
---|---|
LinearRegression | a simple Linear Regression |
MNIST | softmax regressions of MNIST database |
notMNIST | preprocessing with notMNIST database |
CNN | convolutional neural network |
K-means | Kmeans to classify 2-dimentional normal distribution |
KNN | KNN with brute force and kdtree |