GitXplorerGitXplorer
j

ProbabilisticForecasting

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
003eb649ad69a0241b51ad815876c7716e754c20

Update README.md

kkoalateectrl committed 2 years ago
Unverified
4b3348d9353483e13daa01aa92bf30a336873718

final_paper

jjakee417 committed 4 years ago
Unverified
fcbfe3e21d7ab01aef8e2dfb20076fecb6cd6220

final_notebook

jjakee417 committed 4 years ago
Unverified
57c7feb3251962701d10cb8994020a369c0523e8

update_poster

jjakee417 committed 4 years ago
Unverified
104c41006d0efb67f408842d88c8cbf1098d1241

Merge remote-tracking branch 'origin/main' into main

jjakee417 committed 4 years ago
Unverified
5289f8ea9b2ff21df1b5722a1f1ea5c5f9499ff3

updates

jjakee417 committed 4 years ago

README

The README file for this repository.

ProbabilisticForecasting

Description

Project for Stanfords Stats 271, Applied Bayesian Statistics. Implements a Variational Autoregressive LSTM with Probabilistic Layers for forecasting Cryptocurrency trade volume. Uses different Tensorflow Probability layers as Likelihood Models for the data.

Getting Started

  • LstmRnn.py - Tensorflow Model
  • WindowGenerator.py - Data loader for LstmRnn.py
  • layers.py - Tensorflow Probability Likelihood models and aux. Keras layers
  • main.py - script to invoke model
  • demo_notebook.ipynb - main.py in notebook form

Authors

  • jakee417
  • koalateectrl

Acknowledgments

Inspiration, code snippets, etc.