frasiyav / BQN-grad

Backpropagation in BQN.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Backpropagation in BQN.