Skip to primary navigation
Skip to content
Skip to footer
Data Knitter
Github
Toggle menu
Course 3-2 : RNN
Your model will convert each character to its embedding, run the embeddings through a Gated Recurrent Unit
GRU
, and run it through a linear layer to predict the next set of characters.