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!