time series prediction with deep neural network

조회 수: 2 (최근 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 CenterFile Exchange에서 Sequence 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