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

From
Jump to: navigation, search
Line 1: Line 1:
 
[http://www.youtube.com/results?search_query=nlp+nli+natural+language+semantics Youtube search...]
 
[http://www.youtube.com/results?search_query=nlp+nli+natural+language+semantics Youtube search...]
  
* http://en.wikipedia.org/wiki/Outline_of_natural_language_processing#Natural_language_processing_tools Outline of natural language processing | Wikipedia]
+
* [http://en.wikipedia.org/wiki/Outline_of_natural_language_processing#Natural_language_processing_tools Outline of natural language processing | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Natural_language_processing Natural Language Processing | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Natural_language_processing Natural Language Processing | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Grammar_induction Grammar Induction | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Grammar_induction Grammar Induction | Wikipedia]
* [[Natural Language Tools]] 
 
 
* [http://www.quora.com/How-do-I-learn-Natural-Language-Processing How do I learn Natural Language Processing? | Sanket Gupta]  
 
* [http://www.quora.com/How-do-I-learn-Natural-Language-Processing How do I learn Natural Language Processing? | Sanket Gupta]  
 
* [[Global Vectors for Word Representation (GloVe)]]
 
* [[Global Vectors for Word Representation (GloVe)]]
* [[Autoencoders / Encoder-Decoders]]
 
 
* [[AI-Powered Search]]
 
* [[AI-Powered Search]]
 
* [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 13: Line 11:
 
* [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]]
 +
 +
* [[Natural Language Tools]]: 
 +
** [http://en.wikipedia.org/wiki/Outline_of_natural_language_processing#Natural_language_processing_tools Outline of natural language processing | Wikipedia]
  
 
* [[Courses]]:
 
* [[Courses]]:
Line 161: Line 162:
 
* [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://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://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]
 
+
* [[Autoencoders / Encoder-Decoders]]
 
* [[LSTM]]
 
* [[LSTM]]
 
* [[GRU]]
 
* [[GRU]]

Revision as of 23:27, 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...