0

How can I train and test a CNN using Matlab? Can anybody give me an example code?

user570593
  • 3,420
  • 12
  • 56
  • 91
  • Hi, did you find something? – Royi Aug 17 '16 at 14:39
  • can anybody give me code? hello Stackoverflow is not giving you code... It is for what code you have tried by your self... and If there is issue in that code. – karan Aug 27 '16 at 10:49

2 Answers2

1

you can find Matlab examples in the Caffe repository: https://github.com/BVLC/caffe/tree/master/matlab

alfakini
  • 4,635
  • 2
  • 26
  • 35
0

Try this simple tutorial. it contains sample code https://ahmedibrahimvt.wordpress.com/2016/04/18/caffe-in-matlab-matcaffe-simple-tutorial/