필터 지우기
필터 지우기

Backpropogation in Neural Network Toolbox

조회 수: 4 (최근 30일)
Neelabh Pant
Neelabh Pant 2016년 11월 26일
댓글: Neelabh Pant 2016년 11월 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