Neural Networks: Zero to Hero
karpathy.ai
Neural Networks: Zero to Hero
1–10 of 71 posts
Re: Neural Networks: Zero to Hero
#2Re: Neural Networks: Zero to Hero
#3Re: Neural Networks: Zero to Hero
#4Wonderful! Just went through the GPT video the other day and it was great. Andrej has a talent for pedagogy via simplification.
I can even recommend his interview with Lex Fridman.
Re: Neural Networks: Zero to Hero
#5Wonderful! Just went through the GPT video the other day and it was great. Andrej has a talent for pedagogy via simplification.
And he presents all this stuff with humility. Many people that present are just showing off and are pretty much full of themselves. I suppose they need the ego boost, who knows. But Andrej could be the nice guy next door in the dorm who is studying the same course as you, just that hr is a lecture or two ahead. (Until you figure out he is the former VP of AI at Tesla or whatever his title ended up being before he lef…
Re: Neural Networks: Zero to Hero
#6Wonderful! Just went through the GPT video the other day and it was great. Andrej has a talent for pedagogy via simplification.
Re: Neural Networks: Zero to Hero
#7Re: Neural Networks: Zero to Hero
#8Thanks karpathy!
Re: Neural Networks: Zero to Hero
#9Wonderful! Just went through the GPT video the other day and it was great. Andrej has a talent for pedagogy via simplification.
Re: Neural Networks: Zero to Hero
#10The only aspect I could see being non-ideal for some is that it uses some Python-specific cleverness/advanced syntax and semantics (__call__(), list comprehensions with two for's, **kwargs, __add__, __repr__, subclasses, (nested) functions as variables etc.), but if you are familiar with these it might seem more compact and elegant as well.