BQN-grad

August 29, 2022 ยท View on GitHub

An experiment implementing reverse-mode auto-differentiation, and a (very slow) neural network in BQN.

Inspired by micrograd and Andrej Karpathy's exellent tutorial on backpropagation.

The qmnist dataset used to test can be found here.