Skip to content

A Micrograd inspired (and largely copied) small autodiff engine.

License

Notifications You must be signed in to change notification settings

gden173/nanograd

Repository files navigation

nanograd

Table of Contents

A Micrograd inspired (and largely copied) small autodiff engine.

Installation

Nanograd can be installed from pypi via

pip install nanodiff 

Basic Usage

A small MLP binary classifier can be found in the [Example Binary Classifier][example_binary_classifier.ipynb].

Micrograd