Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frasiyav/BQN-grad

Backpropagation in BQN.
https://github.com/frasiyav/BQN-grad

auto-differentiation autograd bqn

Last synced: 3 months ago
JSON representation

Backpropagation in BQN.

Awesome Lists containing this project

README

        

# BQN-grad
An experiment implementing reverse-mode auto-differentiation, and a (very slow) neural network in [BQN](https://github.com/mlochbaum/BQN).

Inspired by [micrograd](https://github.com/karpathy/micrograd) and Andrej Karpathy's exellent [tutorial](https://www.youtube.com/watch?v=VMj-3S1tku0) on backpropagation.

The qmnist dataset used to test can be found [here](https://github.com/facebookresearch/qmnist).