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

From
Jump to: navigation, search
Line 11: Line 11:
 
* [[Autoencoders / Encoder-Decoders]]
 
* [[Autoencoders / Encoder-Decoders]]
 
* [[AI-Powered Search]]
 
* [[AI-Powered Search]]
 
* [[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]
 
* [http://newsletter.ruder.io/ NLP News | Sebastian Ruder]
 
* [http://newsletter.ruder.io/ NLP News | Sebastian Ruder]
* [http://medium.com/@datamonsters/artificial-neural-networks-for-natural-language-processing-part-1-64ca9ebfa3b2 7 types of Artificial Neural Networks for Natural Language Processing]
 
* [http://www.aclweb.org/anthology/C16-1229 Combination of Convolutional and Recurrent Neural Network for Sentiment Analysis of Short Texts | Xingyou Wang, Weijie Jiang, Zhiyong Luo]
 
 
* [http://azure.microsoft.com/en-us/services/cognitive-services/directory/lang/ Language services | Cognitive Services | Microsoft Azure]
 
* [http://azure.microsoft.com/en-us/services/cognitive-services/directory/lang/ Language services | Cognitive Services | Microsoft Azure]
 
* [[Text Transfer Learning]]
 
* [[Text Transfer Learning]]
Line 159: Line 155:
  
 
* [[Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)]]
 
* [[Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)]]
 +
* [[Deep Q Learning (DQN)]]
 +
* [http://medium.com/@datamonsters/artificial-neural-networks-for-natural-language-processing-part-1-64ca9ebfa3b2 7 types of Artificial Neural Networks for Natural Language Processing]
 +
* [http://www.aclweb.org/anthology/C16-1229 Combination of Convolutional and Recurrent Neural Network for Sentiment Analysis of Short Texts | Xingyou Wang, Weijie Jiang, Zhiyong Luo]
  
 
* [[LSTM]]
 
* [[LSTM]]

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