-
Course
- Data
Mining Data from Text
This course discusses text and document feature vectors that can be passed into machine learning models, topic modeling using Latent Semantic Analysis, Latent Dirichlet Allocation, Non-negative Matrix Factorization, and keyword extraction using RAKE.
What you'll learn
A large part of the appeal of deep learning models is their ability to work with unstructured data types such as text, images, and video. However such models are only as good as the feature vectors that they operate on.
In this course, Mining Data from Text, you will gain the ability to build highly optimized and efficient feature vectors from textual and document data. First, you will learn how to represent documents as numeric data using simple numeric identifiers for individual words as well as more elegant methods such as term frequency and inverse document frequency. Next, you will discover how to perform topic modeling using techniques such as latent semantic analysis, latent Dirichlet allocation, and non-negative matrix factorization. Finally, you will explore how to implement keyword extraction using a popular algorithm - RAKE. When you’re finished with this course, you will have the skills and knowledge to move on to build efficient and optimized feature vectors from a large document corpus and use those feature vectors in building powerful machine learning models.
Table of contents
- Version Check | 16s
- Module Overview | 1m 17s
- Prerequisites and Course Outline | 1m 3s
- Mining Data from Text | 1m 49s
- Numeric Representations of Text: One Hot Encoding | 4m 22s
- Numeric Representations of Text: Frequency Based Encodings | 4m 56s
- Numeric Representations of Text: Prediction Based Embeddings | 3m 15s
- Feature Hashing | 3m 18s
- Bag of Words: Bag of N Grams | 2m 28s
- Install and Setup | 2m 28s
- Frequency Based Representation Using Bag of Words and Bag of N Grams Model | 6m 59s
- Representing Documents Using TFIDF Scores and Feature Hashes | 6m 1s
- Module Summary | 1m 30s
About the author
A problem solver at heart, Janani has a Masters degree from Stanford and worked for 7+ years at Google. She was one of the original engineers on Google Docs and holds 4 patents for its real-time collaborative editing framework.
More Courses by Janani