/NLP_Notes

Primary LanguageJupyter Notebook

NLP - Natural Language Processing with Python

About This Course

This is a collection of my notes and solutions to the NLP course presented by Jose Portilla, the Head of Data Science at Pierian Data Inc. This course is both well designed and well instructed and perfect for both beginners and intermediate levels who want to deepen their understanding. Highly recommended.

Course Website

What I Have Learnt From This course

  1. Work with Text and PDF Files with Python
  2. Utilize Regular Expressions for pattern searching in text
  3. Use Spacy for ultra fast tokenization
  4. Learn about Stemming and Lemmatization
  5. Understand Vocabulary Matching with Spacy
  6. Use Part of Speech Tagging to automatically process raw text files
  7. Understand Named Entity Recognition
  8. Visualize POS and NER with Spacy
  9. Use SciKit-Learn for Text Classification
  10. Use Latent Dirichlet Allocation for Topic Modelling
  11. Learn about Non-negative Matrix Factorization
  12. Use the Word2Vec algorithm
  13. Use NLTK for Sentiment Analysis
  14. Use Deep Learning to build out your own chat bot