February 2, 2021 · 2 min read
By Alexis Perrier
[2023 update] The course has been revamped and updated with new content. It's an intro to NLP course with a focus on Enbeddings. We cover what is now old tech (Word2Vec) but which is still very relevant in the age of attention and transformers. If you're new to NLP this is a good way to start and get to work with SpaCy, NLTK and other standard NLP librairies.
[2021]
Intro to NLP course on Openclassrooms.
This could not have happened without OC's amazing team, with a special shoutout to Alexandra. :)
The course covers basic BOW to static embeddings, glove style, with NLTK, Spacy and Gensim.
Part #1 - Preprocess Text Data
Part #2 - Vectorize Text for Classification Using Bag-of-Words
Part #3 - Vectorize Text for Exploration Using Word Embeddings
I tried to make the course more interesting and engaging by working on classic texts and funky song lyrics. Among other things we study the white rabbit in Alice in Wonderland, aliens in War of the Worlds and love and swords in Shakespeare.
Enjoy
Alexis