Neural Network Models & Inputs

조회 수: 8 (최근 30일)
3nore
3nore 2013년 2월 20일
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
Greg Heath
Greg Heath 2013년 2월 21일
What do you have in the way of inputs and targets (i.e, desired outputs).
3nore
3nore 2013년 2월 26일
I don't have any particular desired inputs or desired outputs. I just want to know how it is done.

댓글을 달려면 로그인하십시오.

답변 (1개)

Ken
Ken 2013년 2월 25일
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
Greg Heath
Greg Heath 2013년 3월 6일
It is usually better to output change in price instead of price itself.
3nore
3nore 2013년 3월 6일
Hi Ken, Can you give me a code to show me exactly how you do this? I am new to programming and matlab

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by