TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How to learn natural language processing?

2 pointsby jumpman500over 2 years ago
Hey HN,<p>Looking for recommendations on books, courses or projects to learn natural language processing. I have a background in statistics so I understand things like probability, linear&#x2F;logistic regression, and k-means clustering, but not much about NLP. Ideally would like to slowly work my way towards understanding text-generation and how models like GPT-3 were built.<p>Thanks!

1 comment

he11owover 2 years ago
In late 2017 I got enough of a feel that NLP was moving fast to figure I had better get acquainted with it. I had a technical background, but nothing in NLP. About two years later, I wrote an article with a practical roadmap to learning NLP [1].<p>A few months later I write a no-maths explainer to transformer models (BERT and GPT-2.) [2] GPT-3 is basically the same but bigger. ChatGPT is a little different).<p>Recently, I wondered what, if anything, I&#x27;d change about these, given where we are with NLP today. The only thing I&#x27;d say is getting acquainted with the HuggingFace ecosystem.<p>[1] <a href="https:&#x2F;&#x2F;towardsdatascience.com&#x2F;learn-nlp-the-practical-way-b854ce1035c4" rel="nofollow">https:&#x2F;&#x2F;towardsdatascience.com&#x2F;learn-nlp-the-practical-way-b...</a><p>[2] <a href="https:&#x2F;&#x2F;towardsdatascience.com&#x2F;the-abba-explainer-to-bert-and-gpt-2-ada8ff4d1eca" rel="nofollow">https:&#x2F;&#x2F;towardsdatascience.com&#x2F;the-abba-explainer-to-bert-an...</a>