Code Monkey home page Code Monkey logo

engineerng / feedforward_closedloop_learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from glasgowneuro/feedforward_closedloop_learning

0.0 0.0 0.0 50.98 MB

Feedforward Closedloop Learning for MSc final project

Home Page: https://journals.sagepub.com/doi/10.1177/1059712319851070

License: GNU General Public License v3.0

Shell 0.02% C++ 30.73% Python 2.41% C 6.45% Gnuplot 0.78% CMake 3.60% SWIG 0.03% Makefile 55.46% TypeScript 0.09% MATLAB 0.44%

feedforward_closedloop_learning's Introduction

Feedforward Closedloop Learning (FCL)

Forward propagation closed loop learning Bernd Porr, Paul Miller. Adaptive Behaviour 2019.

Submission version

Error forward propagation

alt tag

For an autonomous agent, the inputs are the sensory data that inform the agent of the state of the world, and the outputs are their actions, which act on the world and consequently produce new sensory inputs. The agent only knows of its own actions via their effect on future inputs; therefore desired states, and error signals, are most naturally defined in terms of the inputs. Most machine learning algorithms, however, operate in terms of desired outputs. For example, backpropagation takes target output values and propagates the corresponding error backwards through the network in order to change the weights. In closed loop settings, it is far more obvious how to define desired sensory inputs than desired actions, however. To train a deep network using errors defined in the input space would call for an algorithm that can propagate those errors forwards through the network, from input layer to output layer, in much the same way that activations are propagated.

alt tag

Comparison between FCL, backprop and ICO learning:

alt tag

Prerequisites (Linux)

Ubuntu LTS with swig installed.

How to compile / install?

From source under Linux (C++ and Python)

      cmake .
      make
      sudo make install
      ./setup.py install --user

Windows

cmake -G "Visual Studio 16 2019" -A x64 .

then start Visual Studio. See cmake -G for more target options.

From PyPi (Python only)

https://pypi.org/project/feedforward_closedloop_learning/

Demos

Class reference

The online documentation can be found here: https://glasgowneuro.github.io/feedforward_closedloop_learning/

The documentation is in the docs subdirectory in HTML, RTF and PDF.

License

GNU GENERAL PUBLIC LICENSE

Version 3, 29 June 2007

(C) 2017-2022, Bernd Porr <[email protected]>
(C) 2017,2018, Paul Miller <[email protected]>

DOI of the Code

DOI

feedforward_closedloop_learning's People

Contributors

berndporr avatar nlholdem avatar engineerng avatar innes8ken 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.