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

From
Jump to: navigation, search
Line 5: Line 5:
 
* [http://en.wikipedia.org/wiki/Grammar_induction Grammar Induction | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Grammar_induction Grammar Induction | Wikipedia]
 
* [[Natural Language Tools]]   
 
* [[Natural Language Tools]]   
* [[Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)]]
+
 
 
* [[Global Vectors for Word Representation (GloVe)]]
 
* [[Global Vectors for Word Representation (GloVe)]]
 
* [[Word2Vec]]
 
* [[Word2Vec]]
Line 30: Line 30:
  
  
<youtube>53Bip8-F7xw</youtube>
+
 
 
<youtube>mhHfnhh-pB4</youtube>
 
<youtube>mhHfnhh-pB4</youtube>
 
<youtube>OQQ-W_63UgQ</youtube>
 
<youtube>OQQ-W_63UgQ</youtube>
 
<youtube>lCRs-Xn0Af8</youtube>
 
<youtube>lCRs-Xn0Af8</youtube>
<youtube>DDByc9LyMV8</youtube>
+
<youtube>53Bip8-F7xw</youtube>
 +
 
  
  
Line 101: Line 102:
  
 
<youtube>VrT3TRDDE4M</youtube>
 
<youtube>VrT3TRDDE4M</youtube>
 
== Deep Learning Algorithms ==
 
[http://www.youtube.com/results?search_query=deep+learning+nlp+natural+language Youtube search...]
 
 
* [[LSTM]]
 
* [[GRU]]
 
 
<youtube>p5K_xtldcp4</youtube>
 
  
 
== Summarizer ==
 
== Summarizer ==
Line 137: Line 130:
 
<youtube>C555PBoUlrw</youtube>
 
<youtube>C555PBoUlrw</youtube>
  
 +
 +
== Deep Learning Algorithms ==
 +
[http://www.youtube.com/results?search_query=deep+learning+nlp+natural+language Youtube search...]
 +
 +
* [[Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)]]
 +
 +
* [[LSTM]]
 +
* [[GRU]]
 +
 +
<youtube>p5K_xtldcp4</youtube>
 +
<youtube>DDByc9LyMV8</youtube>
  
 
== Pipeline ==
 
== Pipeline ==

Revision as of 10:47, 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)

Youtube search...

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

Tokenization / Sentence Splitting

Youtube search...

Stemming

Youtube search...

Part-of-Speech (POS) Tagging

Youtube search...

Chunking

Youtube search...

Named Entity Recognition (NER)

Youtube search...

Coreference

Youtube search...

Hierarchical Dataless Classifier

Youtube search...

Lemmatization

Youtube search...

Topic Modeling

Youtube search...

Word Embeddings

Youtube search...

Wikifier

Youtube search...

Summarizer

Youtube search...

Ontologies

Youtube search...

(aka knowledge graph) can incorporate computable descriptions that can bring insight in a wide set of compelling applications including more precise knowledge capture, semantic data integration, sophisticated query answering, and powerful association mining - thereby delivering key value for health care and the life sciences.

Semantic Role Labeling (SRL)

Youtube search...

identifies shallow semantic information in a given sentence. The tool labels verb-argument structure, identifying who did what to whom by assigning roles that indicate the agent, patient, and theme of each verb to constituents of the sentence representing entities related by the verb.


Deep Learning Algorithms

Youtube search...

Pipeline

Youtube search...

Evaluation Matrics

Youtube search...

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