Understanding and visualizing PyTorch Batching with LSTM
-
Updated
Oct 31, 2017 - Jupyter Notebook
Understanding and visualizing PyTorch Batching with LSTM
Russian names parsers, gender identification and processing tools
Discover expressive naming ideas to increase your code's readability.
Modular Names Classifier, Object Oriented PyTorch Model
Simple Supervised learning algorithm with nltk to classify names (male or female)
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 ea…
Add a description, image, and links to the names-classification topic page so that developers can more easily learn about it.
To associate your repository with the names-classification topic, visit your repo's landing page and select "manage topics."