An open API service indexing awesome lists of open source software.

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

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
```