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

https://github.com/ali-ramadhan/micrograd.jl

A Julia implementation of micrograd.
https://github.com/ali-ramadhan/micrograd.jl

automatic-differentiation micrograd neural-networks

Last synced: 2 months ago
JSON representation

A Julia implementation of micrograd.

Awesome Lists containing this project

README

        

# Micrograd.jl

A Julia implementation of micrograd, a pedagogical automatic differentiation library: https://github.com/karpathy/micrograd

Can be used to train, for example, simple multi-layer perceptrons to do binary classification: