Skip to content

Commit

Permalink
charRNN documentation update
Browse files Browse the repository at this point in the history
Adding links to `training-charRNN` and `ml5-data-and-models`
  • Loading branch information
shiffman authored and bomanimc committed Oct 22, 2020
1 parent 0afc81f commit 230da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/charrnn.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

RNN and LSTMs (Long Short Term Memory networks) are a type of Neural Network architecture useful for working with sequential data (like characters in text or the musical notes of a song) where the order of the that sequence matters. This class allows you run a model pre-trained on a body of text to generate new text.

You can train your own models using this tutorial or use this set of pre trained models.
You can train your own models [following the instructions in the training-charRNN repo](https://github.com/ml5js/training-charRNN). There is also a selection of [pre-trained model examples available](https://github.com/ml5js/ml5-data-and-models/tree/main/models/charRNN).

## Quickstart

Expand Down

0 comments on commit 230da34

Please sign in to comment.