GithubHelp home page GithubHelp logo

leondavi / cppsann Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 0.0 813 KB

Simple ANN for cpp

License: GNU General Public License v3.0

Python 3.78% C++ 96.22%
eigen-library cpp11 neural-network machine-learning scons cppsann cpp neural network networks eigen

cppsann's Introduction

cppSANN

A Simple Artificial Neural Network for C++

This library is a simple implementation of artificial neural network. It is designed as a light library in order to make the integration of it easier. It is based on Eigen library. The components of the neural network accompained with comments and explanation to mitigate the learning curve. Expanding this library should be also simple.

Requiremnts:

  1. Eigen library located in default location (or use symbolic link to real location). In ubuntu: sudo apt install libeigen3-dev
  2. Boost library: sudo apt-get install libboost-all-dev
  3. g++ and gcc: sudo apt install g++-9 libstdc++-9-dev g++-multilib g++-9-multilib gcc-9-doc libstdc++-9-doc
  4. scons build tool: sudo apt-get install -y scons

Build Clean and Run:

  1. Build by running: scons in main directory.
  2. Build as a shared library by running: scons shared=1.
  3. Run tests by calling build/cppSANN_exec.
  4. Clean the project: scons -c in main directory.

Examples

Examples of using cppSANN are located under src/tests directory.

License

cppSANN is given for free. (You should inspect Eigen library license also), Please cite cppSANN if you use it in your research or application. We don't take any responsibility for using this library.

You are welcome to submit issues.

cppsann's People

Contributors

leondavi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.