Hacker News new | ask | show | jobs
by striker_axel 2212 days ago
I have also started learning NLP this year. Here is what have followed. If you are completely new to deeplearning I would recommend course from https://www.fast.ai. Since it will teach you the concepts in a more practical way and also the next courses will more theory than practical.

For theory on NLP with deeplearning you can follow Stanford course by Christopher Manning.

http://web.stanford.edu/class/cs224n/index.html#coursework

it will give you a good understanding of how deeplearning is used in a certain area of NLP. But remember deeplearning is one of the techniques for solving NLP problems if you are more interested in Understanding NLP then I would recommend the following book.

https://web.stanford.edu/~jurafsky/slp3/ed3book.pdf

Although, Stanford course should give you a great high-level understanding of how GPT models work but if you really need to go under the hood then I would suggest after finishing this course you should learn Unsupervised Learning in DeepLearning.