video
![Lesson thumbnail for Build N-gram Model - PyTorch Sentiment Analysis Project](/assets/jpg/72c8b9d2.jpg)
Deep Learning Course - Level: Intermediate
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.
Committed by on