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

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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