Skip to content

zincsabian/micrograd.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reference

  1. micrograd
  2. micrograd-c

Quick start

mkdir build
cd build
cmake ..
make demo
../bin/demo

Dev env

pip install pre-commit
pre-commit install 
# this will install a pre-commit hook in .git/hooks, then using clang-format to check your code style

If you want to test if pre-commit work

git commit

If not work

pre-commit uninstall
pre-commit install

or contact me: zincsabian@gmail.com

About

Karpathy micrograd in cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published