Quellcode durchsuchen

Added LSTM based gender predictor

Divam Gupta vor 8 Jahren
Ursprung
Commit
cc11910257
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -46,6 +46,7 @@ If you have a high-quality tutorial or project to add, please open a PR.
 - [FastText on the IMDB dataset](https://github.com/fchollet/keras/blob/master/examples/imdb_fasttext.py)
 - [Structurally constrained recurrent nets text generation](https://github.com/nzw0301/keras-examples/blob/master/SCRNLM.ipynb)
 - [Character-level convolutional neural nets for text classification](https://github.com/johnb30/py_crepe)
+- [LSTM to predict gender of a name](https://github.com/divamgupta/lstm-gender-predictor)
 
 ### Working with images