Neural Network Models & Inputs
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi, I want model stock prices using neural networks with functions (such as market indicators) I can optimize. Can you tell me where I can research how to do this?
E.g. of Market Indicators I will use - SMA, Williams' %R, St. Deviation, MACD You could make an e.g. to show me if you like. I wouldn't mind that, lol!
2 comentarios
Greg Heath
el 21 de Feb. de 2013
What do you have in the way of inputs and targets (i.e, desired outputs).
Respuestas (1)
Ken
el 25 de Feb. de 2013
You can use a SOM to figure out which parameters are correlated with your output. Then take those parameters to create a NN.
I.E. Create a SOM with SMA, Williams' %R, St. Dev, MACD, and Price. Check the weight planes to see which match with price. Then use those as inputs to a NN (perhaps pattern recognition) with Price as the target.
You will need a good amount of data to do this accuratly.
2 comentarios
Greg Heath
el 6 de Mzo. de 2013
It is usually better to output change in price instead of price itself.
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!