Giter Site home page Giter Site logo

bocchesegiacomo / scrn----pre-alpha-version Goto Github PK

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

Self-Control Reservoir Network is a neural network concept that inspires from the human brain and from Reservoir Computing, designed for a better and smarter computing network

License: Other

Jupyter Notebook 100.00%
emergent-behavior machine-learning machine-learning-algorithms neural-network self-organizing-map spiking-neural-network spiking-neural-networks

scrn----pre-alpha-version's Introduction

SCRN----Pre-Alpha-version

Research proposal for a new type of neural network, Self-Control Reservoir Network. All what is written has not been proved yet and would need more studies to be confirmed.

Self-Control Reservoir Network is a neural network concept that inspires from the human brain and from Reservoir Computing, designed for a better and smarter computing network. The way it differs from Reservoir Computing and Echo State Networks is that:

  • all internal weights of the reservoir are trained and not left random
  • control nodes can “control” the information flow through the network and perform decisions on the reasoning process, like if accepting or not the input or like looping many times the state update until an output is accepted.

This ‘control’ feature makes neural networks much more like the human brain since this network isn’t forced to return immediately an output like in standard RNN but can loop internally for a variable number of times until an output is accepted by the control system. This is like reasoning in the human brain: looping many times neuronal circuits processes until we obtain something acceptable. The controls also act on the input: the network can decide to ignore an input for better attention on the reasoning process (like our brain does). This control nodes and parameters are also trainable, so this network can learn the best policy to accept or not inputs or to loop the network so that it maximizes its performances. This network, if built properly, is Turing Complete and can perform any calculation, since it inherits the properties of recurrent neural networks, but this Turing-Completeness is enhanced if compared to traditional Recurrent Neural Networks, because the looping process allows us to perform more complex and iterative procedures on the inputs and the states with a smaller number of nodes. Since this architecture is strongly connected, recurrent, and since control nodes create non-continuous effects, training is more difficult and can’t rely only on gradient-descent like algorithms but must be based on some non-differential and non-continuous (zeroth-order) algorithms like genetic algorithm, Hebbian learning, simulated annealing, or Reinforcement Learning.

complete research proposal at the link:
Research Proposal Giacomo Bocchese. (2023). Self Control Reservoir Network : enhancing intelligence for Neural Networks. https://doi.org/10.5281/zenodo.7637562

scrn----pre-alpha-version's People

Contributors

bocchesegiacomo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 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.