Difference between revisions of "Natural Language Processing (NLP)"
(→Regular Expressions (Regex)) |
|||
| 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://www.quora.com/How-do-I-learn-Natural-Language-Processing How do I learn Natural Language Processing? | Sanket Gupta] | ||
* [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] | ||
Revision as of 08:58, 22 September 2018
- How do I learn Natural Language Processing? | Sanket Gupta
- Natural Language Processing | Wikipedia
- Grammar Induction | Wikipedia
- Natural Language Tools
- Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU), and Recurrent Neural Network (RNN)
- Global Vectors for Word Representation (GloVe)
- Word2Vec
- Doc2Vec
- Bag-of-Words (scikit-learn: Count Vectorizer)
- Latent Dirichlet Allocation (LDA)
- Autoencoders / Encoder-Decoders
- AI-Powered Search
- Neural Coreference
- Deep Q Learning (DQN)
- NLP News | Sebastian Ruder
- 7 types of Artificial Neural Networks for Natural Language Processing
- Combination of Convolutional and Recurrent Neural Network for Sentiment Analysis of Short Texts | Xingyou Wang, Weijie Jiang, Zhiyong Luo
- Language services | Cognitive Services | Microsoft Azure
- Text Transfer Learning
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.