Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 289 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 289 Bytes

Softmax regression

This is a simple softmax regression implementation. The only dependency is Numpy. The code is tested on the MNIST data set and gets about 92% accuracy. You can download this data set in a Python-friendly format here: http://deeplearning.net/data/mnist/mnist.pkl.gz