Coder Social home page Coder Social logo

simple-cortex's Introduction

Simple Cortex (SC)

Simple Cortex is a Machine Intelligence neural model based on intelligence principles of the mammalian neocortex. The details the model's architecture and algorithms may be found in this paper. Specifically, the paper discusses the fundamentals of sensation and perception and how those conecpts relate to the architecture and behavior of cortical structures (synapses, dendrites, and neurons). SC uses these basic intelligence principles in its an implementation, found in this repository, which observes, learns, and predicts spatio-temporal sensory-motor patterns and sequences. Simple Cortex is:

  • Simple: No sophisticated knowledge of mathematics required
  • Unsupervised: Stores knowledge through observation with no labeled data necessary
  • On-line: Observes and learns continuously like biological intelligence
  • Dynamic: memories adapt to new observations, prioritizing commonly recurring knowledge
  • Predictive: SC is able to predict neuron states many time steps into the future. It can also translate these neuron states back to observable data
  • Fast: GPU parallel processing encodes and learns billions of synapses per second

Demos

YouTube - Ball Demo

alt tag

Future Improvements

  • Benchmark performance vs. NUPIC, Ogmaneo, and LSTM
  • Optimize the "move synapses" portion of the "learnSynapses" kernel
  • Optimize aquiring the neuron index with mamximum boost value for selecting neurons that see new input patterns. Do this via a two-stage reduction.
  • Upgrade algorithms to allow for observing and learning from scalar stimuli data vectors.
  • Upgrade algorithms to allow neurons to share similar dendrites. Resource sharing could allow for a smaller memory footprint.
  • Implement some sort of "saveSynapses" and "loadSynapses" for data storage and retrieval.

simple-cortex's People

Contributors

ddigiorg avatar cetex 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.