MyTorch – Minimalist autograd in 450 lines of Python
1–10 of 20 posts
Re: MyTorch – Minimalist autograd in 450 lines of Python
#2Re: MyTorch – Minimalist autograd in 450 lines of Python
#3Re: MyTorch – Minimalist autograd in 450 lines of Python
#4Karpathy’s micrograd did it first (and better); start here: https://karpathy.ai/zero-to-hero.html
Re: MyTorch – Minimalist autograd in 450 lines of Python
#5Karpathy’s micrograd did it first (and better); start here: https://karpathy.ai/zero-to-hero.html
Re: MyTorch – Minimalist autograd in 450 lines of Python
#6Karpathy’s micrograd did it first (and better); start here: https://karpathy.ai/zero-to-hero.html
Re: MyTorch – Minimalist autograd in 450 lines of Python
#7Re: MyTorch – Minimalist autograd in 450 lines of Python
#8Earlier quoted context omitted.
Why is it better
Because it's an acclaimed, often cited course by a preeminent AI Researcher (and founding member of OAI) rather than four undocumented python files.
Re: MyTorch – Minimalist autograd in 450 lines of Python
#9Earlier quoted context omitted.
Because it's an acclaimed, often cited course by a preeminent AI Researcher (and founding member of OAI) rather than four undocumented python files.
Objective measures like branch depth, execution speed, memory use and correctness of the results be damned.
Re: MyTorch – Minimalist autograd in 450 lines of Python
#10Earlier quoted context omitted.
Why is it better
Because it's an acclaimed, often cited course by a preeminent AI Researcher (and founding member of OAI) rather than four undocumented python files.