Skip to content

Andrej Karpathy's Micrograd implementation in Mojo Programming Language

Notifications You must be signed in to change notification settings

sam99dave/mmgrad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fcbe094 · Jul 16, 2024

History

6 Commits
Jul 15, 2024
Jul 16, 2024
Jul 15, 2024
Jul 14, 2024
Jul 15, 2024
Jul 16, 2024

Repository files navigation

MMgrad

Micrograd implementation in Mojo Programming Language

Resources which helped a lot:

Included

  • Value
  • Neuron
  • Layer
  • MLP
  • Make moons dataset for mojo
  • Train fn
  • Plots
  • Add ipynb with Value, Neuron, Layer, MLP and backprop example

TOC

File Contents
engine.mojo Value, operations and grad calculation for operations
nn.mojo Neuron, Layer & MLP
play.mojo Dataset creation, Train, utils and main function for training
test.ipynb Value, grad, Neuron, Layer & MLP testing
attempts/* Mistakes and failed attempts

About

Andrej Karpathy's Micrograd implementation in Mojo Programming Language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published