Backpropogation in Neural Network Toolbox

4 visualizaciones (últimos 30 días)
Neelabh Pant
Neelabh Pant el 26 de Nov. de 2016
Comentada: Neelabh Pant el 30 de Nov. de 2016
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?

Respuestas (1)

Gautham Sholingar
Gautham Sholingar el 30 de Nov. de 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
  1 comentario
Neelabh Pant
Neelabh Pant el 30 de Nov. de 2016
Hi Gautham, thank you for answering the question. Like you mentioned, I tried working on trainAutoencoder class in Neural Network Toolbox but faced another challenge. I posted the question related to that here,
Do you think you know the answer to that. Thanks again!

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by