Reputation: 11
I am new to caffe and Machine learning algorithms. Are there any tutorials to train and TEST LeNet on the MNIST data using caffe and python 2.7(preferably). Thanks
Upvotes: 0
Views: 2939
Reputation: 1459
There's caffe's ipython notebook example Learning LeNet.
The code is not limited to ipython notebook (although easier to navigate). You can copy them into the python interpreter and run them there.
Upvotes: 2