DeepLearningFramework
DeepLearningFramework copied to clipboard
Deep Learning in pure C++
DeepLearningFramework
Deep Learning in pure C++ 11 (work in progress)
- auto differentiate
- static computational graph
- basic nerual network building blocks
- NO parallel (future work)
Test on MNIST Dataset
- clone this repo
mkdir datasetand download MNIST dataset into this folder.mkdir build&cd buildcmake ..make- run
./ts
Tutorial
Please see the elaborate code in src/test.cpp.