We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35d560b + b4ca7eb commit f8123b9Copy full SHA for f8123b9
1 file changed
README.rst
@@ -2059,7 +2059,7 @@ convert text to word embedding (Using GloVe):
2059
return (X_train, X_test, word_index,embeddings_index)
2060
2061
2062
-Build a CNN Model for Text:
+Build a RNN Model for Text:
2063
2064
.. code:: python
2065
@@ -2137,7 +2137,7 @@ Build a CNN Model for Text:
2137
2138
2139
2140
-run CNN and see our result:
+run RNN and see our result:
2141
2142
2143
0 commit comments