You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: examples/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ Image classification
24
24
Text classification
25
25
-------------------
26
26
27
-
*[Text Classification Using Recurrent Neural Networks on Words](text_classification.py) (See also [Simplified Version Using Built-in RNN Model](text_classification_builtin_rnn_model.py))
27
+
*[Text Classification Using Recurrent Neural Networks on Words](text_classification.py)
28
+
(See also [Simplified Version Using Built-in RNN Model](text_classification_builtin_rnn_model.py) with easy to use built-in parameters)
28
29
*[Text Classification Using Convolutional Neural Networks on Words](text_classification_cnn.py)
29
30
*[Text Classification Using Recurrent Neural Networks on Characters](text_classification_character_rnn.py)
30
31
*[Text Classification Using Convolutional Neural Networks on Characters](text_classification_character_cnn.py)
0 commit comments