https://github.com/dippynark/smp-rnn
Stock Market Prediction by Recurrent Neural Network
https://github.com/dippynark/smp-rnn
Last synced: 6 months ago
JSON representation
Stock Market Prediction by Recurrent Neural Network
- Host: GitHub
- URL: https://github.com/dippynark/smp-rnn
- Owner: dippynark
- Created: 2019-07-14T09:57:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:52:58.000Z (over 3 years ago)
- Last Synced: 2025-04-06T20:16:39.244Z (over 1 year ago)
- Language: Python
- Size: 17.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Market Prediction by Recurrent Neural Network
## Alpha Vantage
Create an Alpha Vantage API key [here](https://www.alphavantage.co/) and store at `secrets/alpha-vantage.key`.
## Install Kubeflow
```
kfctl init kfsmp
cd kfsmp
kfctl generate all -V
kfctl apply all -V
```