10000 GitHub - victorychubo/RNN-Forecasting: Using LSTM RNN to forecast time series; includes sine wave, electrocardiogram and ad impression forecasting
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Using LSTM RNN to forecast time series; includes sine wave, electrocardiogram and ad impression forecasting

Notifications You must be signed in to change notification settings

victorychubo/RNN-Forecasting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNN-Forecasting

Using LSTM RNN to forecast time series; includes sine wave, electrocardiogram and ad impression forecasting

Slideshow presentation:

https://docs.google.com/presentation/d/16BKVKNZbm0HJUiFl8UeZDi9HjD4OmqfvoKmTMMK78Nk/edit?usp=sharing

FILES

model.py: setup for training (file will work for all 3 experiments)

Sine Wave Forecasting

sine.py: TensorFlow Training Model, plotting

ECG Forecasting

ecg.py, TensorFlow Training Model, plotting

ECGdata.py (computer generated ECG data)

Ad Impression Forecasting

ads.py: TensorFlow Training Model, plotting

testAdID1.py, testAdID3.py, testAdID3.py: test data sets of ad impressions

TRY

Adjusting Hyperparameters:

-increase & decrease RNN LAYERS, TIMESTEPS, LEARNING RATE, etc

About

Using LSTM RNN to forecast time series; includes sine wave, electrocardiogram and ad impression forecasting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0