Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 380 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 380 Bytes

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: