I wrote the NLP
From Scratch series of PyTorch tutorials, focusing on building language models to classify,
generate, and translate text.
Before Transformers were a thing I created a recursive RNN intent
parser to translate complex phrases to commands to control IoT things in my apartment.
Before PyTorch was a thing I braved the seas of Lua Torch to make a seq2seq intent parser for the same
purpose.