Skip to content

dominiquegarmier/otograd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

otograd

Very small OCaml autograd and MNIST demo.

make help                    # show all targets
make build                   # build the project
make data                    # download and unpack MNIST into data/mnist
make demo                    # run the scalar autograd demo
make train                   # train the minimal MNIST model
make test                    # run the smoke tests
make clean                   # remove _build

make train TRAIN_LIMIT=1024 TEST_LIMIT=256 EPOCHS=5 LEARNING_RATE=0.1

About

ocaml autograd

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors