Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 266 Bytes

File metadata and controls

20 lines (16 loc) · 266 Bytes

Dendrite

From scratch neural network framework implementation in C++.

Building

Make sure clang/clang++ is installed.

$ cd dendrite-cpp
$ mkdir build
$ cd build
$ cmake ..
$ cd ..
$ cmake --build build

Running

$ build/dendrite-cpp