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.
- Host: GitHub
- URL: https://github.com/ali-ramadhan/micrograd.jl
- Owner: ali-ramadhan
- License: mit
- Created: 2023-02-22T21:00:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T17:38:22.000Z (about 2 years ago)
- Last Synced: 2025-01-21T04:28:30.029Z (4 months ago)
- Topics: automatic-differentiation, micrograd, neural-networks
- Language: Julia
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
![]()