Skip to content

dgski/verysmallgrad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Modern C++ Implementation of micrograd

A crude C++ implementation of @karpathy micrograd framework. Aka:

  1. engine.hpp: Mathematical expression relation builder with backwards propagating gradient descent (partial derivatives).
  2. nn.hpp: A simple neural net framework built using the engine.

Example use is demonstrated within tests.cpp

About

A c++ micrograd.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages