Compare commits

..

No commits in common. "10_lstm" and "master" have entirely different histories.

3 changed files with 6 additions and 17938 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,10 @@
description: LSTM, 10 right / 10 left context window
description: trigram model
tags:
- LSTM
- embeddings
- neural-network
- trigram
params:
vocab-size: 5000
epochs: 1
learning-rate: 0.0001
vocab_size: 40000
embed_size: 300
hidden_size: 500
hidden_size: 256

File diff suppressed because one or more lines are too long