Future Prediction Narx-Net vs Nar-net
이전 댓글 표시
Recently i am working on a project to predict cryptocurencies prices and find future treds, through Neural Networks. I have as exogenus input X of 7 variables and output Y as 1 variable . In variable X i have some technical indicator such as RSI, MACD and some other factors such as Volume,MarketCap etc, and Y is the closing price each day.
My doubt is that i can use a NAR-NET with only Y(t) and try to forecast the future prices and find a future trend with some accuracy.
On the other hand i assume its more accurate to forecast with the use of 7 Narnets the future inputs of X and then try to predict Y, with the use of a Narx.
I know that the second way needs more time and memory but actually the market is affected with more than one variables and in my eyes its impossible to make future forecasts with just a simple NARX-Net due to the lack of the future Inputs.
Finally i need some advices on what way to choose to make a complete and effective project about cryptos.
채택된 답변
추가 답변 (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!