Live data from Hacker News

The Engineer’s Guide to Deep Learning: Understanding the Transformer Model

interdb.jp

1–10 of 35 posts

Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model

#7
question to experts of HN in ML/AI. Could you please share the beginner resources you think would worth for a person who wants to switch their domain from CRUD/backend APIs to ML/AI. There seems to be many branches of this domain, not sure where to start.

Is my understanding correct?

    * ML engineer -> engineer who builds ML models with pytorch (or similar frameworks)
    * AI engineer -> engineer who builds applications on top of AI solutions (prompt engineering, OpenAI, Claude APIs,....)
    * ML ops -> people who help with deploying, serving models

Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model

#8
post #7

question to experts of HN in ML/AI. Could you please share the beginner resources you think would worth for a person who wants to switch their domain from CRUD/backend APIs to ML/AI. There seems to be many branches of this domain, not sure where to start. Is my understanding correct? * ML engineer -> engineer who builds ML models with pytorch (or similar frameworks) * AI engineer -> engineer who builds applications o…

None of these terms have a formal definition. The only association rule you need is:

* Fancy Title -> Whatever the company wants it to be.

All of the above could realistically span from "does bleeding-edge work" to "has once opened a CSV".

Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model

#10
There are many others that are better.

1/ The Annotated Transformer Attention is All You Need http://nlp.seas.harvard.edu/annotated-transformer/

2/ Transformers from Scratch https://e2eml.school/transformers.html

3/ Andrej Karpathy has really good series of intros: https://karpathy.ai/zero-to-hero.html Let's build GPT: from scratch, in code, spelled out. https://www.youtube.com/watch?v=kCc8FmEb1nY GPT with Andrej Karpathy: Part 1 https://medium.com/@kdwa2404/gpt-with-andrej-karpathy-part-1...

4/ 3Blue1Brown: But what is a GPT? Visual intro to transformers | Chapter 5, Deep Learning https://www.youtube.com/watch?v=wjZofJX0v4M Attention in transformers, visually explained | Chapter 6, Deep Learning https://www.youtube.com/watch?v=eMlx5fFNoYc Full 3Blue1Brown Neural Networks playlist https://www.youtube.com/playlist?list=PLZHQObOWTQDNU6R1_6700...

Post reply on HN