Skip to content

4g/micrograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reimplemtation of Karpathy's micrograd in

  1. Numpy : Implements a Tensor backed by numpy array with grads for matmul and mean ops
  2. Torch : Uses torch's tensor and grad. Adds layer and mlp on top
  3. Triton : Use triton's matmul and add implementation. Inference only.

This was done as an exercise to learn torch/triton.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages