Build N-gram Model - PyTorch Sentiment Analysis Project
text
Build N-gram Model - PyTorch Sentiment Analysis Project
Now that we have our movie reviews dataset preprocessed, it's time to build our n-gram model that we'll be training on this dataset.
Recall that when using a neural network as an n-gram model, standard MLPs are the typical choice. As such, that's the type of network we'll be building.
quiz
resources
updates
Committed by on