# 1.In python everything is an object. # 2.Each buit-in type(int, float, str, list, etc..) is actually class. # 3.When ever any value is created python instantiates an object of that class. (ex: 223 ...
This repository contains my detailed implementations of Andrej Karpathy's Neural Networks: Zero to Hero lecture series and exercises, using Jupyter Notebooks. The notebooks provide an in-depth ...