tonyo / pcml_mnist

Implementations of MLP and SVM in Python. Trained on MNIST dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi-Layer Perceptron (MLP)

See mlp/ directory.

Dataset files

All dataset files are in mnist/ directory.

original files: mp_X-Y_data.mat

preprocessed files: mp_X-Y_data_prepr.mat

split files: mp_X-Y_data_split.mat Splitting is done after preprocessing. Mat file has entries: 'TrainSet', 'TrainClass', 'ValidSet', 'ValidClass', 'TestSet', 'TestClass'

About

Implementations of MLP and SVM in Python. Trained on MNIST dataset


Languages

Language:Python 96.1%Language:MATLAB 3.6%Language:Shell 0.3%