Complete Natural Language Processing Tutorial in Python

Complete Natural Language Processing Tutorial in Python

Keith Galli via YouTube Direct link

- Announcements!

1 of 21

1 of 21

- Announcements!

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Complete Natural Language Processing Tutorial in Python

Automatically move to the next video in the Classroom when playback concludes

  1. 1 - Announcements!
  2. 2 - Video overview & timeline
  3. 3 - Bag of words BOW overview
  4. 4 - Bag of words example code! sklearn | CountVectorizer, fit_transform
  5. 5 - Building a text classification model using bag-of-words SVM
  6. 6 - Predicting new utterances classes using our model transform
  7. 7 - Unigram, bigram, ngrams using consecutive words in your model
  8. 8 - Word vectors overview
  9. 9 - Word vectors example code! Using spaCy library
  10. 10 - Building a text classification model using word vectors
  11. 11 - Predicting new utterances using our model
  12. 12 - Regexes pattern matching in Python.
  13. 13 - Stemming/Lemmatization in Python text normalization w/ NLTK library
  14. 14 - Stopwords Removal removing most common words from sentences
  15. 15 - Various other techniques spell correction, sentiment analysis, part-of-speech tagging.
  16. 16 - Recurrent Neural Networks RNNs for text classification
  17. 17 - Transformer architectures attention is all you need
  18. 18 - Writing Python code to leverage transformers BERT | spacy-transformers
  19. 19 - Writing a classification model using transformers/BERT
  20. 20 - Fine-tuning transformer models
  21. 21 - Bring it all together and build a high performance model to classify the categories of Amazon reviews!

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.