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

From
Jump to: navigation, search
(Evaluation Measures - Classification Performance)
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]]   
 
 
* [[Global Vectors for Word Representation (GloVe)]]
 
* [[Global Vectors for Word Representation (GloVe)]]
 
 
* [[Doc2Vec]]
 
* [[Doc2Vec]]
 
* [[Bag-of-Words (scikit-learn: Count Vectorizer)]]
 
* [[Bag-of-Words (scikit-learn: Count Vectorizer)]]
Line 13: Line 11:
 
* [[Autoencoders / Encoder-Decoders]]
 
* [[Autoencoders / Encoder-Decoders]]
 
* [[AI-Powered Search]]
 
* [[AI-Powered Search]]
* [[Neural Coreference]]
+
 
 
* [[Deep Q Learning (DQN)]]
 
* [[Deep Q Learning (DQN)]]
 
* [http://www.chrisumbel.com/article/node_js_natural_language_nlp Natural Language | Chris Umbel]
 
* [http://www.chrisumbel.com/article/node_js_natural_language_nlp Natural Language | Chris Umbel]
Line 27: Line 25:
 
** [http://www.class-central.com/course/deep-learning-for-natural-language-processing-8097 Deep Learning for Natural Language Processing | Oxford - Phil Blunsom]
 
** [http://www.class-central.com/course/deep-learning-for-natural-language-processing-8097 Deep Learning for Natural Language Processing | Oxford - Phil Blunsom]
  
]
+
  
  
Line 91: Line 89:
 
== Coreference ==
 
== Coreference ==
 
[http://www.youtube.com/results?search_query=Coreference+nlp+natural+language Youtube search...]
 
[http://www.youtube.com/results?search_query=Coreference+nlp+natural+language Youtube search...]
 +
 +
* [[Neural Coreference]]
  
 
<youtube>46ZoyPX-9gI</youtube>
 
<youtube>46ZoyPX-9gI</youtube>

Revision as of 22:52, 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...

Stop Words

Youtube search...


Stemming

Youtube search...

Part-of-Speech (POS) Tagging

Youtube search...

Chunking

Youtube search...

Chinking

Youtube search...

Named Entity Recognition (NER)

Youtube search...

Coreference

Youtube search...

Hierarchical Classifier

Youtube search...

Lemmatization

Youtube search...

Corpora

Youtube search...

Topic Modeling

Youtube search...

Word Embeddings

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 Measures - Classification Performance

Youtube search...

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

Capabilities

Wikifier

Youtube search...