Skip to content

An attempt into building an Automatic Differentiation Engine to understand backpropogation better

Notifications You must be signed in to change notification settings

vpgits/micro-grad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

micro_grad

Inspired by micrograd and tinygrad.

  • Built as a self serving project to understand backpropogation and autograd engines.
  • Supports vectors, compared to other implementations focusing on scalar.
  • Uses numpy as dependency to manipulate vectors.

About

An attempt into building an Automatic Differentiation Engine to understand backpropogation better

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages