sdemyanov / ConvNet

Convolutional Neural Networks for Matlab for classification and segmentation, including Invariang Backpropagation (IBP) and Adversarial Training (AT) algorithms. Trained on GPU, require cuDNN v5.
240 stars 141 forks source link

Prediction? #10

Closed mladendalto closed 9 years ago

mladendalto commented 10 years ago

Is it possible to use your CNN implementation for prediction? If so, please give a simple example. Ty.

sdemyanov commented 10 years ago

Yes, of course. What is wrong with the cnnexample.m file? I suppose it is a good example.

On Thu, May 8, 2014 at 6:41 AM, mladendalto notifications@github.comwrote:

Is it possible to use your CNN implementation for prediction? If so, please give a simple example. Ty.

— Reply to this email directly or view it on GitHubhttps://github.com/sdemyanov/ConvNet/issues/10 .

PhD candidate, Computing and Information Systems, The University of Melbourne.

Sergey Demyanov