names-classification
There are 6 repositories under names-classification topic.
ngarneau/understanding-pytorch-batching-lstm
Understanding and visualizing PyTorch Batching with LSTM
datacoon/russiannames
Russian names parsers, gender identification and processing tools
justinryanleung/VariableNames.com
Discover expressive naming ideas to increase your code's readability.
aliemo/names-classifier
Modular Names Classifier, Object Oriented PyTorch Model
Arushi04/character-level-RNN
This project trains a few thousand names from 18 languages of origin and predicts which language a name is based on the spelling. It uses a character-level LSTM model to predict the next character. The model reads words as a series of characters and outputs a prediction and a “hidden state” at each step, feeding its previous hidden state into each next step. We take the final prediction to be the output, i.e. which class the word belongs to.
Mohamed2del/NameClassifier
Simple Supervised learning algorithm with nltk to classify names (male or female)