- auto differentiate
- static computational graph
- basic nerual network building blocks
- NO parallel (future work)
- clone this repo
mkdir datasetand download MNIST dataset into this folder.mkdir build&cd buildcmake ..make- run
./ts
Please see the elaborate code in src/test.cpp.