Add wikipedia article on NLP (#23469)
NLP article added from wikipedia and "disciple" changed to "discipline" in intro paragraph.
This commit is contained in:
@ -11,7 +11,7 @@ title: Introduction to NLP
|
|||||||
* Further readings
|
* Further readings
|
||||||
|
|
||||||
## Motivation
|
## Motivation
|
||||||
It has always been our dream to make machines understand our language. Ever since Chomsky came up with Context free grammars, linguists have wanted to come up with solutions to understand context dependent grammars. It is therefore only natural that an academic discipline has evolved around this topic.
|
It has always been our dream to make machines understand our language. Ever since Chomsky came up with Context free grammars, linguists have been wanting to come up with solutions to understand context dependent grammars. It is therefore only natural that an academic discipline had to be evolved around this topic.
|
||||||
|
|
||||||
## Use cases
|
## Use cases
|
||||||
People have used this concept in a lot of interesting applications. A few of the exciting ones include Google Translate, Siri, or Gmail auto reply suggestions. People are however working on ways to improve these predictions, and state of the art research is being done on how to make machines answer questions more reliably.
|
People have used this concept in a lot of interesting applications. A few of the exciting ones include Google Translate, Siri, or Gmail auto reply suggestions. People are however working on ways to improve these predictions, and state of the art research is being done on how to make machines answer questions more reliably.
|
||||||
@ -46,6 +46,6 @@ The field of NLP is huge. If you have read this far and have implemented the abo
|
|||||||
|
|
||||||
#### Some useful online learning resources:
|
#### Some useful online learning resources:
|
||||||
|
|
||||||
|
* [Natural Language Processing](https://en.wikipedia.org/wiki/Natural_language_processing/)
|
||||||
* [LSTM networks](http://colah.github.io/posts/2015-08-Understanding-LSTMs/)
|
* [LSTM networks](http://colah.github.io/posts/2015-08-Understanding-LSTMs/)
|
||||||
* [Attention](https://distill.pub/2016/augmented-rnns/)
|
* [Attention](https://distill.pub/2016/augmented-rnns/)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user