Skip to content

A simple two layers multiple layers perceptron based on pure C++

Notifications You must be signed in to change notification settings

EternalSaga/SimpleDnnLayers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository is a deep neural network layers implementation for research and study. It is still in progress and cannot be used at present.

Third party dependence

  • Boost
  • OpenBlas

Compile Test

mkdir build
cd build
cmake ..
make

About

A simple two layers multiple layers perceptron based on pure C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages