BQN-grad 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.