forked from siddharth-agrawal/Softmax-Regression
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
13 lines (10 loc) · 719 Bytes
/
README
File metadata and controls
13 lines (10 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
-> This is a solution to the Softmax Regression exercise in the Stanford UFLDL Tutorial(http://ufldl.stanford.edu/wiki/index.php/Exercise:Softmax_Regression)
-> The code has been written in Python using Scipy and Numpy
-> The code is bound by The MIT License (MIT)
Running the code:
-> Download the gunzip data files and the code file 'softmaxRegression.py'
-> Put them in the same folder, extract the gunzips and run the program by typing in 'python softmaxRegression.py' in the command line
-> You should get an output saying 'Accuracy : 0.9262', it signifies an accuracy of 92.6%
-> The code takes about 5 minutes to execute on an i3 processor
Code written by: Siddharth Agrawal
Email ID: siddharth.950@gmail.com