by Jacob Everist
We’ve defined a class of algorithms called Discrete Cortical Circuits (DCC). These algorithms are modeled or inspired from the microcircuits of the brain’s cortical column. With some deliberate choices to discretize many aspects of the network, while also focusing on the assembly of neurons into a “block” or “group” as a fundamental unit of computation, DCCs become very unlike classical artifical neural networks.
The main distinguishing characteristics of DCCs are:
There are many existing systems that already follow these principles, including BrainBlocks, HTM, Sparsey, and SPH.
We’ve found that there is a great many lessons to be learned by exploring the circuit design of the individual blocks, how information is represented, how the blocks are connected, and the overall computational dynamics. We’ve also found this to be an interdisciplinary problem. Since this touches on the mechanics of thought, a great many clues can be extracted from the related fields of #philosophy, #psychology, #linguistics, #neuroscience, #math, and #computerscience.
Here we provide a reference model of the DCC broken into components that are customizable. Each component has been implemented differently by the existing systems listed above.
Describing each of the component boxes briefly:
The implementation using BrainBlocks follows the general pattern as below:
tags: