Ask HN: How to Learn LLM Fundamentals
1–10 of 11 posts
As a Software Engineer that is interested in learning LLM fundamentals, what is your recommended course of action? Are there any courses or curricula you would recommend?
Re: Ask HN: How to Learn LLM Fundamentals
#2I really liked this series. https://karpathy.ai/zero-to-hero.html
Re: Ask HN: How to Learn LLM Fundamentals
#3I really liked this series. https://karpathy.ai/zero-to-hero.html
I am definitely planning to start with this series, seems like a no-brainer!
The part I'm unsure of is what next? Seems like diving into papers might be a decent leap. Who knows, maybe GPT-4 can help me bridge the gap
Re: Ask HN: How to Learn LLM Fundamentals
#4I really liked this series. https://karpathy.ai/zero-to-hero.html
Thanks that series looks quite fun to do
Re: Ask HN: How to Learn LLM Fundamentals
#5I really liked this series. https://karpathy.ai/zero-to-hero.html
I am definitely planning to start with this series, seems like a no-brainer! The part I'm unsure of is what next? Seems like diving into papers might be a decent leap. Who knows, maybe GPT-4 can help me bridge the gap
Papers would be good next step. The concept and the algorithms do not seem very complex. The training and fine tuning is what needs effort and infrastructure.
Re: Ask HN: How to Learn LLM Fundamentals
#6There s this guy who has made in depth videos about transformers https://www.youtube.com/watch?v=O3xbVmpdJwU
Re: Ask HN: How to Learn LLM Fundamentals
#7I think this blog posts is nice overview to help you go deeper in the topics mentioned: https://writings.stephenwolfram.com/2023/02/what-is-chatgpt-...
Re: Ask HN: How to Learn LLM Fundamentals
#8What a coincidence, I actually ran across this github repo for LLM fundamentals today:
https://gist.github.com/rain-1/eebd5e5eb2784feecf450324e3341...
gl on your journey
Re: Ask HN: How to Learn LLM Fundamentals
#9For a high level overview of transformers/GPT, you can check out this article: https://medium.com/design-bootcamp/how-chatgpt-really-works-...
The article provides references to the original papers and other articles explaining the subject, which can be great sources to dive deeper.