Using NN for forcasting
古いコメントを表示
Hi all,
I would like to design Feed forward NN for stock price forecasting. I've 3 years stock price datas which are consist of 2010,2011 and 2012.
I'm going to use 2010 and 2011 as training data and 2012 as forecasting.
This is an example input.
% code
date price
3-Jan-10 1271.87
4-Jan-10 1270.2
5-Jan-10 1276.56
6-Jan-10 1273.85
....
26-Dec-12 1419.83
27-Dec-12 1418.1
28-Dec-12 1402.43
31-Dec-12 1426.19
So how can I classify input, target and test data to NN ?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!