Neural Network Stock Price Prediction
Loading...
6,527
Loading...
Uploader Comments (nri2006)
see all
All Comments (8)
-
how did u made that automatic trigger to dowwnload from yahoo finance?
-
Thank you for your answer. Your script looks very sophisticated! I experiment in my spare time with NN trying to predict in one way or another the future condition of financial time series. I realize that your code is meant to be used for business, but if it is OK, please share some knowledge on the use of NN. How do you preprocess the data? Do you make it stationary, take price differences or use the data as it is?
-
Was very useful. I have matlab 6.5 can i get the source codes plz.
-
?? Crazy question ?? is this something that Joe Blow(ie. me) could use??
Loading...
Could you please tell what type of NN do you use? Is this a recurrent NN or a simple MLP, or something different?
alexeymosco 1 year ago
This is a feed-forward neural network - the weights/gains are calculated using Matlab's Levenberg-Marquardt optimization algorithm.
nri2006 1 year ago