Skip to content

Commit 5372222

Browse files
committed
update lstm readme
1 parent 74d3d1c commit 5372222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

training/lstm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Training a LSTM network
22

3-
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow and modified to work with [deeplearn.js](https://github.com/PAIR-code/deeplearnjs) and ML5.js
3+
Multi-layer Recurrent Neural Networks (LSTM, RNN) for character-level language models in Python using Tensorflow and modified to work with [tensorflow.js](https://js.tensorflow.org/) and [ml5js](https://ml5js.org/)
44

55
Based on [char-rnn-tensorflow](https://github.com/sherjilozair/char-rnn-tensorflow).
66

0 commit comments

Comments
 (0)