Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 469 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 469 Bytes

Simplegrad

Introduction

This project is an autograd engine inspired by Andrej Karpathy's educational series "Neural Network Zero to Hero".

simplegrad contains just enough functionality to train a neural network. It implements autograd functionality along with backpropagation. We can then use these functions to train a neural network as follows: alt text