Skip to content

Commit

Permalink
added more generator models
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Mar 26, 2019
1 parent 2631fa9 commit ea44614
Show file tree
Hide file tree
Showing 3 changed files with 725 additions and 1 deletion.
4 changes: 3 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-232--models-blue.svg"></a>
<a href="#"><img src="https://img.shields.io/badge/total%20models-234--models-blue.svg"></a>
</p>

---
Expand Down Expand Up @@ -347,6 +347,8 @@ Original implementations are quite complex and not really beginner friendly. So
5. Word-wise RNN + LSTM + Embedding
6. Character-wise + Seq2Seq + GRU
7. Word-wise + Seq2Seq + GRU
8. Character-wise RNN + LSTM + Bahdanau Attention
9. Character-wise RNN + LSTM + Luong Attention

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

Expand Down
Loading

0 comments on commit ea44614

Please sign in to comment.