batch train auto encoders with new data in every batch

3 ビュー (過去 30 日間)
NM2017
NM2017 2017 年 8 月 10 日
回答済み: Faiz Gouri 2017 年 8 月 17 日
I am trying to train an autoencoder network. 1) I cannot upload all the training data into memory. can you show show how to successively train the same network with new data? For example, this is creation with initial data: autoenc = trainAutoencoder(trainData,hiddenSize); Now, how can I train autoenc with more data?
2) Each data point for me is 20000x4. I assume I will have 20000X4x1 weights to each of my 25 hidden nodes. How can I access those one at a time?

回答 (1 件)

Faiz Gouri
Faiz Gouri 2017 年 8 月 17 日
This answer might be helpful for you.

Community Treasure Hunt

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

Start Hunting!

Translated by