matlab code for stock price prediction using artificial neural network or hidden markov model using nueral network tool
14 views (last 30 days)
Show older comments
I have the data for 4 companies taken from finance.yahoo.com (Open, High, Low, Close, Volume and Adj Close) from december 2008 till december 2013. but i don't know how start, can you guide me please.. i want to code for stock data (company or gold or any historical data) to predict this data in future on the basis of past values. for this we exchange future data according to past data.using back prapogation (neural network technique),feed forward algorithm and calculate the network weight.train the data , validation,and error in network and graph for predict values as a output.
0 Comments
Accepted Answer
Greg Heath
on 9 Nov 2014
Search the NEWSGROUP and ANSWERS for previous posts on the topic. For example if the search words
neural finance prediction
don't result in postings that help, use a different set of appropriate search words.
Hope this helps.
Greg
More Answers (2)
Prem Kumar
on 13 Feb 2015
Hi @kalpana, i am also in search of the Answer for the Same Question. Have you got it? If so, i would like to hear the Answer. Thanks in Advance.
Regards,
Prem
0 Comments
Rishbh chaudhary
on 9 Mar 2021
Hi@kalpana you can directly use matlab tools of neural networks for your problem if you want to get deep understanding of the code https://github.com/avgn/ANN you should check out this link.
hope this helps
Regards,
Rishabh
0 Comments
See Also
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!