/SimpleDnnLayers

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

Primary LanguageC++

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