Code Monkey home page Code Monkey logo

cldl's Introduction

CLDL: Closed-Loop Deep Learning

This is a flexible low level library that allows for development of innovative update rules in the context of closed-loop deep learning. It can be used with the conventional back-propagation algorithm or the newly developed 'local propagation of global (closed-loop) error' algorithm. This repository is intended for use as an external library to any learning applications.

Doxygen output

you can find descriptions of all functions in the doxygen output file refman.pdf

Building CLDL

CLDL uses cmake. just enter the CLDL directory from the root:

  • cd CLDL

and type:

  • mkdir build && cd build
  • cmake ..
  • make

record the path to both the generated library file (libCLDL.a) and of the include directory for external use in other projects.

Unit Test:

A Unit test is included in the tests directory that shows how the library is used for learning with back-propagation. The executable tests will be generated automatically when building CLDL. Run the test by doing:

  • cd tests
  • ./tests

License

GNU GENERAL PUBLIC LICENSE

Version 3, 29 June 2007

(C) 2018,2019,2020 Sama Darya <[email protected]>

Citation

DOI

cldl's People

Contributors

sama-darya avatar bmanga 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.