Skip to content

gdikov/MNIST-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

The MNIST dataset is targeted by several machine learning models written from scratch. The implemented algorithms so far are: vanilla kNN, logistic regression, convolutional neural networks and classification Gaussian processes. The code for the neural networks is partly influenced by the Stanford CS231 assignments.

Requirements

It is tested in Anaconda 2.7 environment. Mainly the external packages numpy, scipy and matplotlib are used, so an Anaconda installation is not really required.

Run

see main.py

Results:

accuracies on the test set:

  • kNN: 97.05 %
  • LogReg: 92.61 %
  • ConvNet: 99.03 %
  • CGPs: 95.39 %

About

The MNIST dataset tackled by several machine learning models coded from scratch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages