8000 GitHub - wtznc/lstm_timeseries: LSTM RNN for one-step ahead time series forecasting
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

wtznc/lstm_timeseries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LSTM RNN for one-step ahead predictions

alt text

python hexathor/src/ 'AAPL' 2010-1-1 6

RMSE =  0.005215463712805344
NMSE =  0.31861399079963115

usage: [-h] ticker date smooth

LSTM RNN for Time Series Forecasting

positional arguments:
  ticker      Ticker name from Yahoo!Finance
  date        Fetch data from: yyyy,m,d
  smooth      Number of times for centered moving average

About

LSTM RNN for one-step ahead time series forecasting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

0