Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 788 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 788 Bytes

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