NLP From Scratch: Classifying Names with a ... - PyTorch
pytorch.org › tutorials › intermediateNLP From Scratch: Classifying Names with a Character-Level RNN. Author: Sean Robertson. We will be building and training a basic character-level RNN to classify words. This tutorial, along with the following two, show how to do preprocess data for NLP modeling “from scratch”, in particular not using many of the convenience functions of torchtext, so you can see how preprocessing for NLP modeling works at a low level.