Skip to content

Commit

Permalink
add residual network models for text classification
Browse files Browse the repository at this point in the history
  • Loading branch information
huseinzol05 committed Jan 14, 2019
1 parent f5b8462 commit c930212
Show file tree
Hide file tree
Showing 5 changed files with 1,261 additions and 12 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Gathers machine learning and tensorflow deep learning models for NLP problems.

<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRkJOooEC5KxVQCKsPLNx-ayYxHOZZVS_gNW8lyCr-dvCv5-dZXlA" align="right" width="20%">

![alt text](https://img.shields.io/badge/total%20models-210--models-blue.svg)
![alt text](https://img.shields.io/badge/total%20models-212--models-blue.svg)

## Table of contents
* [Text classification](https://github.com/huseinzol05/NLP-Models-Tensorflow#text-classification)
Expand Down Expand Up @@ -38,8 +38,9 @@ Gathers machine learning and tensorflow deep learning models for NLP problems.
10. Seq2Seq
11. Bidirectional Transformers
12. Dynamic Memory Network
13. Residual Network using Atrous CNN + Bahdanau Attention

<details><summary>Complete list (60 notebooks)</summary>
<details><summary>Complete list (62 notebooks)</summary>

1. Basic cell RNN
2. Basic cell RNN + Hinge
Expand Down Expand Up @@ -101,6 +102,8 @@ Gathers machine learning and tensorflow deep learning models for NLP problems.
58. Entity Network
59. End-to-End Memory Network
60. BOW-Chars Deep sparse Network
61. Residual Network using Atrous CNN
62. Residual Network using Atrous CNN + Bahdanau Attention

</details>

Expand Down
2 changes: 2 additions & 0 deletions text-classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ Based on 20% validation. The results will be different on different dataset. Tra
| 58. entity-network | 0.74 | 1.10458 |
| 59. memory-network | 0.58 | 1.157306 |
| 60. char-sparse | 0.76 | 2.350096 |
| 61. residual-network | 0.72 | 9.557085 |
| 62. residual-network-bahdanau | 0.71 | 11.53799 |
Loading

0 comments on commit c930212

Please sign in to comment.