Post date: Feb 20, 2017 3:47:20 PM
In this assignment, you will implement a softmax classifier in Julia. Knet is banned for this assignment. Please download softmax.jl file. Complete functions by following instructions in that file.
http://ai.ku.edu.tr/knet/dev/softmax.html
http://ufldl.stanford.edu/tutorial/supervised/SoftmaxRegression/
http://ufldl.stanford.edu/tutorial/supervised/DebuggingGradientChecking/