Skip to content

jpypi/Multitron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A multitron implementation using numpy that achieves roughly 85% to 88% accuracy.

N.B.

You will need the littlemnist.pkl file (can be found here) which has a structure such as follows:

[ train, validation, test ]

Where train, validation, test are each defined:

[ data items, classification ]

data items is an array of lenght n where each element is a feature vector of length 28*28 = 784. Likewise, classification, is an array of length n with the proper classification for the feature vector in data items for each i < n.

Ideas to mess around with

  • High start learning rate with decay related to validation set error rate
  • Add bias in a more memory efficient way

About

A multitron for little MNIST data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages