Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
driemworks authored Dec 28, 2018
1 parent 5d777b3 commit 509aeff
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# MYNT
MYNT is a tool to help you predict future close prices for any given stock tickers.
![alt-text](https://img.shields.io/hexpm/l/plug.svg)
Mynt is a tool to help you predict future close prices for any given stock tickers.
![alt-text](https://github.com/driemworks/mynt/blob/master/resources/images/NTDOY_12-16-2018_lookback=101_epochs=100_batch_size=32.png?raw=true)

## Should I have faith in the predictions?
Absolutely not. But it might help you learn how to use keras.
Absolutely not.

## How it works
Mynt uses an LSTM network to predict close prices for a user-specified number of days in the future. The training data is downloaded via [Alpha Vantage](https://www.alphavantage.co/) and requires that you request an API key. Currently
Mynt uses an LSTM network to predict close prices for a user-specified number of days in the future. The training data is downloaded via [Alpha Vantage](https://www.alphavantage.co/).

## Usage
First get an API key from Alpha Vantage.
To train a model for a particular ticker
``` python
model = getOrTrainModel(alpha_vantage_api_key, 'GE', scaler, epochs=100, look_back=look_back)
Expand Down

0 comments on commit 509aeff

Please sign in to comment.