Backpropogation in Neural Network Toolbox
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am trying to implement an Autoencoder to recognize MNIST images. I don't want to use autoencoder available in Neural Network toolbox but just want to use the backpropogation method. How can I use backpropogation method implemented in Neural Network Toolbox in my own created Autoencoder?
0 Kommentare
Antworten (1)
Gautham Sholingar
am 30 Nov. 2016
Hi Neelabh,
It is important to realize that the back-propagation methods in the neural network toolbox operate on network classes which are specific to MATLAB and it would be inconvenient to modify your model to ensure that it is compatible with these methods. There are a few ways of solving your problem:
1) Backpropagation for MNIST image classification is a well-studied subject and you should be able to find lots of examples online explaining this in detail along with custom code snippets.
2) The other approach is to use MATLAB Auto-encoders which have been applied to the exact problem you are trying to solve as shown in the following example:
I hope that this is a good starting point for you to think about this problem.
Regards,
Gautham Sholingar
Siehe auch
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!