The Engineer’s Guide to Deep Learning: Understanding the Transformer Model
1–10 of 35 posts
Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model
#2Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model
#3No content besides a few paragraphs of intro. Actual content has 404 not found errors.
Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model
#4No content besides a few paragraphs of intro. Actual content has 404 not found errors.
Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model
#5No content besides a few paragraphs of intro. Actual content has 404 not found errors.
Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model
#6Stay away from this.
Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model
#7Is 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 modelsRe: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model
#8question 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…
* 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
#9Re: The Engineer’s Guide to Deep Learning: Understanding the Transformer Model
#101/ 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...