Skip to content

Commit f4d25f8

Browse files
authored
Update README.md
1 parent 65b3a57 commit f4d25f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ Below examples include the intense usage of industry-hot frameworks (i.e. Pytorc
3333

3434
### 2020 Edition
3535

36+
#### [Reuters News Text Classification in Tensorflow Keras](https://github.com/hyunjoonbok/Python-Projects/blob/master/tensorflow/Reuters%20News%20Classification%20using%20LSTM%20(long-short%20tem%20memory)%20in%20Tensorflow.ipynb):
37+
<p>
38+
We build a text classifcation on Reuters News (available through sklearn) based on LSTM method using Tensorflow
39+
</p>
40+
Jun 14, 2020
41+
42+
3643
#### [Text Classification with MLP (MultiLayer Perceptron) in Tensorflow Keras](https://github.com/hyunjoonbok/Python-Projects/blob/master/tensorflow/Text%20Classification%20with%20MLP%20(MultiLayer%20Perceptron)%20in%20Tensorflow%20Keras.ipynb):
3744
<p>
3845
Simple MLP model in Tensorflow to solve the text classification problem. Here, we will use the texts_to_matrx() function in Keras to perform text-classification.

0 commit comments

Comments
 (0)