GitXplorerGitXplorer
b

time-series-prediction

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
b364b9dcc2d2750adf2b262096b4826585d2d044

adding metrics

bbrianfitzgerald committed a year ago
Unverified
cbfd6788efc4d7ff592c04ab5d1fd8cedfc81a07

torch 2.1

bbrianfitzgerald committed a year ago
Unverified
73ee681d87f9cd75bf697eac0bd0846e02be92c8

initial commit

bbrianfitzgerald committed a year ago
Verified
aaf691a17cb8b5f1f5ac487d9236f35438bfa73a

Initial commit

bbrianfitzgerald committed a year ago

README

The README file for this repository.

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