フィルターのクリア

time series prediction with deep neural network

1 回表示 (過去 30 日間)
SAM
SAM 2015 年 4 月 15 日
コメント済み: Ala Adin Abdelaziz 2018 年 5 月 24 日
i saw many examples on classification with deep neural network . i am working on time series prediction , as deep learning has revolutionized everything i want to forecast my data with deep neural networks . i tried it with 2 hidden layers of stacked auto encoder by fine tunning . but it is not working .i m getting very bad predictions here is the code that i have used
i changed the log sigmoid to tansig and the last layer /output layer function from softmax to purelin
i also changed the training fuction from trainscg to trainlam as compared to classification problem . because in first autoencoder with scg it was not learning anything the gradients were NaN and the final output was just a single horizontal line on 0 axis.
i trieed to increase number of hidden neurons but it given out of memory errors kindly tell me how to do it with batch learning. how to break it into mini size batches.
anyone knows hoe to do deep learning with RBM or stacked autoencoder for predictions or forecasting problems
thankyou
  1 件のコメント
Ala Adin Abdelaziz
Ala Adin Abdelaziz 2018 年 5 月 24 日
Hi i am doing something similar, have you found the solution?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by