Skip to content

Commit

Permalink
added more models
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Apr 15, 2019
1 parent 982ee78 commit 0d75971
Show file tree
Hide file tree
Showing 9 changed files with 1,952 additions and 246 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</p>
<p align="center">
<a href="https://github.com/huseinzol05/NLP-Models-Tensorflow/blob/master/LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/License-MIT-yellow.svg"></a>
<a href="#"><img src="https://img.shields.io/badge/total%20models-239--models-blue.svg"></a>
<a href="#"><img src="https://img.shields.io/badge/total%20models-243--models-blue.svg"></a>
</p>

---
Expand Down Expand Up @@ -262,6 +262,7 @@ Original implementations are quite complex and not really beginner friendly. So
47. Attention is all you need + Beam Search
48. Fairseq
49. Conv-Encoder + LSTM
50. Bytenet Greedy

</details>

Expand Down Expand Up @@ -362,6 +363,9 @@ Original implementations are quite complex and not really beginner friendly. So
7. Word-wise + Seq2Seq + GRU
8. Character-wise RNN + LSTM + Bahdanau Attention
9. Character-wise RNN + LSTM + Luong Attention
10. Word-wise + Seq2Seq + GRU + Beam
11. Character-wise + Seq2Seq + GRU + Bahdanau Attention
12. Word-wise + Seq2Seq + GRU + Bahdanau Attention

### [Language-detection](language-detection)

Expand Down
351 changes: 351 additions & 0 deletions generator/10.gru-seq2seq-beam-word.ipynb

Large diffs are not rendered by default.

417 changes: 417 additions & 0 deletions generator/11.gru-seq2seq-bahdanau-greedy-char.ipynb

Large diffs are not rendered by default.

367 changes: 367 additions & 0 deletions generator/12.gru-seq2seq-bahdanau-greedy-word.ipynb

Large diffs are not rendered by default.

140 changes: 64 additions & 76 deletions generator/6.gru-seq2seq-greedy-char.ipynb

Large diffs are not rendered by default.

115 changes: 32 additions & 83 deletions generator/7.gru-seq2seq-greedy-word.ipynb

Large diffs are not rendered by default.

116 changes: 73 additions & 43 deletions generator/8.char-generator-lstm-bahdanau.ipynb

Large diffs are not rendered by default.

116 changes: 73 additions & 43 deletions generator/9.char-generator-lstm-luong.ipynb

Large diffs are not rendered by default.

570 changes: 570 additions & 0 deletions neural-machine-translation/50.byte-net-greedy.ipynb

Large diffs are not rendered by default.

0 comments on commit 0d75971

Please sign in to comment.