DeepLearning Logistic Regression mnist的C++实现 Deep learning 学习中,Logistic regression算法的mnist数字识别/分类的C++实现,原例子在http://deeplearning.net/tutorial/gettingstarted.html,采用python写的,原例子的主要数学工具是Theano。