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.

Show HN: Natural Language Processing Demystified

286 pointsby mothcampover 2 years ago
Link: <a href="https:&#x2F;&#x2F;www.nlpdemystified.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nlpdemystified.org&#x2F;</a><p>Hi HN:<p>After a year of work, I&#x27;ve published my free NLP course. The course helps anyone who knows Python and a bit of math go from the basics to today&#x27;s mainstream models and frameworks.<p>I strive to balance theory and practice, so every module consists of detailed explanations and slides along with a Colab notebook putting the ideas into practice (in most modules).<p>The notebooks cover how to accomplish everyday NLP tasks including extracting key information, document search, text similarity, text classification, finding topics in documents, summarization, translation, generating text, and question answering.<p>The course is divided into two parts. In part one, we cover text preprocessing, how to turn text into numbers, and multiple ways to classify and search text using &quot;classical&quot; approaches. And along the way, we&#x27;ll pick up valuable bits on how to use tools such as spaCy and scikit-learn.<p>In part two, we dive into deep learning for NLP. We start with neural network fundamentals and go through embeddings and sequence models until we arrive at transformers and the mainstream models of today.<p>No registration required: <a href="https:&#x2F;&#x2F;www.nlpdemystified.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nlpdemystified.org&#x2F;</a>

20 comments

brooksbpover 2 years ago
Thank you for sharing this! I am currently studying NLP..<p>Along the way, I&#x27;ve been struggling with a question and I hope someone can help me understand how to go about this: how would you build a model that does more than one NLP task? For a simple classifier like input: text (a tweet) and output: text (an emotion), you can fine-tune an existing classifier on such a data set. But, how would you build a model that does NER and sentiment analysis? E.g. input: text (a Yelp review of a restaurant) and output: list of (entity, sentiment) tuples (e.g. [(&quot;tacos&quot;, &quot;good&quot;), (&quot;margaritas&quot;, &quot;good&quot;), (&quot;salsa&quot;, &quot;bad&quot;)]). If you have a data set structured this way, and want to fine-tune a model, how does that model know how to make use of a Python list of tuples?
评论 #33820627 未加载
评论 #33817557 未加载
评论 #33820856 未加载
reichardtover 2 years ago
I love your course for being very comprehensive and technical while not getting lost in mundane details. Like the opposite of the following quote:<p>“I didn&#x27;t have time to write a short letter, so I wrote a long one instead.” [1]<p>[1] <a href="https:&#x2F;&#x2F;www.goodreads.com&#x2F;quotes&#x2F;21422-i-didn-t-have-time-to-write-a-short-letter-so" rel="nofollow">https:&#x2F;&#x2F;www.goodreads.com&#x2F;quotes&#x2F;21422-i-didn-t-have-time-to...</a>
评论 #33819175 未加载
评论 #33816610 未加载
account-5over 2 years ago
I like that your site runs properly with only first party scripts enabled in ublock, very rare these days.<p>Secondly kudos for not requiring a sign up and for making it free!<p>Looks like a brilliant resource, thank you.
culanuchachamimover 2 years ago
Link: <a href="https:&#x2F;&#x2F;www.nlpdemystified.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nlpdemystified.org&#x2F;</a>
benjismithover 2 years ago
This is awesome! I just finished watching the Unit 10 video (&quot;Neural Networks I&quot;) and it filled in quite a few gaps in my understanding.<p>I really love that you build a complete working example, all the way down to the matrix multiplications, so that we can see how everything works, at every layer of abstraction.<p>I&#x27;m looking forward to the next unit, and I can already tell this is going to be an indispensable reference I&#x27;ll come back to review again and again.<p>Thank you!!
santiagobasultoover 2 years ago
Great content! And thank you for making it open and free. I recommend adding a License to your Github repo.
fuzzythinkerover 2 years ago
Part 1 thread 6 mos ago: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31421232" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=31421232</a>
escanorover 2 years ago
great work! just a note regarding tf-idf, when you mention log10: i think you&#x27;re missing the point on the reason of log and most importantly base 10. namely, using log10 gives us a perspective on the number of digits of the term&#x2F;document frequency. if a term &quot;A&quot; occurs 23 times and a term &quot;B&quot; occurs 50, they will have a very close representation (because both numbers are 2 digits ones).<p>anyway, thanks for the submission
posharmaover 2 years ago
Who is the intended audience for this course? Is it application developers looking to use NLP in their apps? Or machine&#x2F;deep learning devs?
评论 #33820066 未加载
phodoover 2 years ago
Thank you for this. Did you use any tool to publish the site and UI, or all static and vanilla? It&#x27;s snappy, nice and clean.
评论 #33829174 未加载
yannisover 2 years ago
Thanks excellent course, watched about an hour or two. Very well made. Deserves more exposure.
strumyktomiraover 2 years ago
Oh! That interesting me a lot :) I wanted to learn it in next months. Thank You very much! :)
jumasheffover 2 years ago
OMG! Can&#x27;t thank you enough!
insane_dreamerover 2 years ago
10&#x2F;10 for making this freely available
toolsliveover 2 years ago
off topic: When did the default semantics for &quot;NLP&quot; change from Nonlinear programming [0] to Natural Language Processing?<p>[0] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Nonlinear_programming" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Nonlinear_programming</a>
echobearover 2 years ago
thank you!! as a CS student interested in ML I will 100% be taking a look at this when I get some free time
cluelessover 2 years ago
thank you. Free ytube videos, with link to google colabs, , this is incredible...
yupisover 2 years ago
I wish there where written notes to study. Anyways great video.
wazooxover 2 years ago
This looks awesome. No signup, that&#x27;s a dream :)
ddtaylorover 2 years ago
What is the cost?
评论 #33816864 未加载