Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jshtaway authored Feb 4, 2019
1 parent 6413ab9 commit 379fd07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ This project focuses on using LSTM machine learning models to create Dr Seuss li

![Graph of Model Loss per Epoch](https://github.com/zen-gineer/Dr-Seuss-Machine-Learning-LSTM/blob/master/ModelLoss.PNG)

## Understanding LSTM

![](https://github.com/zen-gineer/Dr-Seuss-Machine-Learning-LSTM/blob/master/node/www/pages/2.png)
![](https://github.com/zen-gineer/Dr-Seuss-Machine-Learning-LSTM/blob/master/node/www/pages/3.png)

## Getting Started

word_based.ipnb is our experimentation with word based LSTM models. This has the advantage of outputing only words that it has seen, and will therefore be more readable. However this makes for less training data availability than the character based model. Our character based model can be found in seuss.ipnb or seuss.py
Expand Down

0 comments on commit 379fd07

Please sign in to comment.