Backpropogation in Neural Network Toolbox

2 次查看(过去 30 天)
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?

回答(1 个)

Gautham Sholingar
Gautham Sholingar 2016-11-30
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 个评论
Neelabh Pant
Neelabh Pant 2016-11-30
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!

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by