Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 316 Bytes

TinyGoGrad

Tiny implementation of AutoGrad like framework in Go

Implemented

  • Chain rule for autoGrad
  • Derivative for common unary and binary operations
  • SGD to test convergence

TODO

  • Unit tests
  • Loss functions
  • Require grad option for internal nodes
  • Multi dimensional inputs
  • Graph visualisation