Skip to content

dcy652701/BackPropagationNeuralNetworkFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep learning Framework

Description

I wrote this deep learning framework to better understand how back propagation algorithms work.

Requirements

cmake version 3.7 or later

Compile and build

cd into the project directory,then using these commands to compile and build

mkdir build
cd build
cmake ..
make -j4

Special thanks

In this framework,I save the structure of modules as json file.Thanks to nlohmann

[https://github.com/nlohmann/json]:

who provides the json.hpp to process json file.

About

this is a framework about deeplearning written by C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages