Skip to content

A number of implementations of various time series prediction models and datasets

License

Notifications You must be signed in to change notification settings

brianfitzgerald/time-series-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Market Analysis

I was interested in learning to apply time series prediction to a number of domains. To do so, this repo implements a number of RNN-based, and one attention-based, architecture to predict mostly stock data. I've also implemented a number of eval metrics for each model.

Train:

python train.py

Tensorboard:

pip install tensorboard
tensorboard --logdir runs

About

A number of implementations of various time series prediction models and datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages