Natural Language Processing (NLP) For Everyone
Summary
The rise of online social platforms has resulted in an explosion of written text in the form of blogs, posts, tweet, wiki pages, etc. This new wealth of data provides a unique opportunity to explore natural language in its many forms, both as a way of automatically extracting information from written text and as a way of artificially producing text that looks natural.
In this video we will introduce viewers to natural language processing from scratch. Each concept is introduced and explained through coding examples using nothing more than just plain Python and numpy. In this way, viewers will learn in depth about the underlying concepts and techniques instead of just learning how to use a specific NLP library.
Program
Text Representation
Represent words and numbers
Use One-Hot Encoding
Implement Bag of Words
Apply stopwords
Understand TF/IDF
Understand Stemming
Topic Modeling
Find topics in documents
Perform Explicit Semantic Analysis
Understand Document clustering
Implement Latent Semantic Analysis
Implement Non-negative Matrix factorization
Sentiment analysis
Quantify words and feelings
Use Negations and modifiers
Understand corpus based approaches
Applications
Understand Word2vec word embeddings
Define GloVe
Apply Language detection
Resources
Previous Editions:
Apr 3, 2024 - https://www.oreilly.com/live-events/natural-language-processing-nlp-for-everyone/0636920225690/
Dec 13, 2023 - https://www.oreilly.com/live-events/natural-language-processing-nlp-for-everyone/0636920225690/
Jul 18, 2023 - https://www.oreilly.com/live-events/natural-language-processing-nlp-for-everyone/0636920225690/
Feb 21, 2023 - https://www.oreilly.com/live-events/natural-language-processing-nlp-for-everyone/0636920225690/0636920076641/
Aug 25, 2022 - https://www.oreilly.com/live-events/natural-language-processing-nlp-for-everyone/0636920225690/0636920076641/
Apr 20, 2022 - https://www.oreilly.com/live-events/natural-language-processing-nlp-for-everyone/0636920225690/0636920070063/
Nov 5, 2021 - https://learning.oreilly.com/live-events/natural-language-processing-nlp-for-everyone/0636920225690/0636920063814/
Jun 09, 2021 - https://learning.oreilly.com/attend/natural-language-processing-nlp-for-everyone/0636920225690/0636920056852/
Jan 15, 2021 - https://www.oreilly.com/live-training/courses/natural-language-processing-nlp-for-everyone/0636920501534
Sept 16, 2020 - https://learning.oreilly.com/live-training/courses/natural-language-processing-nlp-for-everyone/0636920402855/
May 7, 2020 - https://learning.oreilly.com/live-training/courses/natural-language-processing-nlp-for-everyone/0636920389132/
Feb 10, 2020 - https://learning.oreilly.com/live-training/courses/natural-language-processing-nlp-for-everyone/0636920360698/
Nov 11, 2019 - https://learning.oreilly.com/live-training/courses/natural-language-processing-nlp-from-scratch/0636920325529/
Aug 5, 2019 - https://learning.oreilly.com/live-training/courses/natural-language-processing-nlp-from-scratch/0636920291978/
May 6, 2019 - https://learning.oreilly.com/live-training/courses/natural-language-processing-nlp-from-scratch/0636920259787/
Mar 11, 2019 - https://learning.oreilly.com/live-training/courses/natural-language-processing-nlp-from-scratch/0636920259107/
Jan 22, 2019 - https://learning.oreilly.com/live-training/courses/natural-language-processing-nlp-from-scratch/0636920226239/
Dec 7, 2018 - https://learning.oreilly.com/live-training/courses/natural-language-processing-nlp-from-scratch/0636920225683/