Skip to content

From scratch neural network framework implementation in C++

Notifications You must be signed in to change notification settings

rk234/dendrite-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

From scratch neural network framework implementation in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published