Tagged “Neural-Networks”
-
A neural character-level bigram language model, optimized with gradient descent rather than counted from the training data.
-
Extending the autograd engine with more arithmetic operations and nonlinear activations, then building a small neural network library on top of it.
-
Implementing a scalar-valued automatic differentiation engine from scratch. First post following Karpathy's Neural Networks: Zero to Hero.