Learn practical skills, build real-world projects, and advance your career

Note: This is a mirror of the fast.ai NLP Lecture notebook for the DSNet meetup. Please check the course repo for latest updates

Language Modeling & Sentiment Analysis of IMDB movie reviews

%reload_ext autoreload
%autoreload 2
%matplotlib inline

from fastai import *
from fastai.text import *
# bs=48
bs=128
path = untar_data(URLs.IMDB)