Difference between revisions of "Natural Language Processing (NLP)"

From
Jump to: navigation, search
(Regular Expressions (Regex))
Line 44: Line 44:
  
 
Search for text patterns, validate emails and URLs, capture information, and use patterns to save development time.
 
Search for text patterns, validate emails and URLs, capture information, and use patterns to save development time.
 +
 +
<youtube>VrT3TRDDE4M</youtube>
 +
 +
== Tokenization ==
 +
 +
<youtube>VrT3TRDDE4M</youtube>
 +
 +
== Stemming ==
 +
 +
<youtube>VrT3TRDDE4M</youtube>
 +
 +
== POS Tagging ==
 +
 +
<youtube>VrT3TRDDE4M</youtube>
 +
 +
== Lemmatization ==
 +
 +
<youtube>VrT3TRDDE4M</youtube>
 +
 +
== [[Evaluation Matrics]] ==
 +
Confusion Matrix, Precision, Recall, F Score, ROC Curves, trade off between True Positive Rate and False Positive Rate.
 +
 +
<youtube>VrT3TRDDE4M</youtube>
 +
 +
== Topic Modeling ==
 +
 +
<youtube>VrT3TRDDE4M</youtube>
 +
 +
== Word Embeddings ==
 +
 +
<youtube>VrT3TRDDE4M</youtube>
 +
 +
== Deep Learning Algorithms ==
 +
 +
* [[LSTM]]
 +
* [[GRU]]
  
 
<youtube>VrT3TRDDE4M</youtube>
 
<youtube>VrT3TRDDE4M</youtube>

Revision as of 09:14, 22 September 2018

Youtube search...

Speech recognition, speech translation, understanding complete sentences, understanding synonyms of matching words, sentiment analysis, and writing complete grammatically correct sentences and paragraphs.

Regular Expressions (Regex)

Search for text patterns, validate emails and URLs, capture information, and use patterns to save development time.

Tokenization

Stemming

POS Tagging

Lemmatization

Evaluation Matrics

Confusion Matrix, Precision, Recall, F Score, ROC Curves, trade off between True Positive Rate and False Positive Rate.

Topic Modeling

Word Embeddings

Deep Learning Algorithms