Hacker News new | ask | show | jobs
by iguana2000 162 days ago
Karpathy's material is excellent! This was a project I made for fun, and hopefully provides a different perspective on how this can look
1 comments

I'm very sorry, I should have phrased my original post in a kinder, less dismissive way, and kudos to you for not reacting badly to my rudeness. It is a cool repo and a great accomplishment. Implementing autograd is great as a learning exercise, but my opinion is that you're not going to get the performance or functionality of one of the large, mainstream autograd libraries. Karpathy, for example, throws away micrograd after implementing it and uses pytorch in his later exercises. So it's great that you did this, but for others to learn how autograd works, Karpathy is usually a better route, because the concepts are built up one by one and explained thoroughly.
No worries, you're good, yes Karpathy is for sure the better route