1 repository
Algorithms that combine spatial pooling and temporal memory to learn and infer patterns from streaming data, mimicking neocortical processing.
Distinct from Distributed Learning Algorithms: Distinct from Distributed Learning Algorithms: focuses on neocortex-inspired cortical learning, not distributed cluster execution.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Cortical Learning Algorithms. Refine with filters or upvote what's useful.
NuPIC is a machine learning framework that implements Hierarchical Temporal Memory (HTM) theory, a neuroscience-inspired approach to artificial intelligence. It models principles of the neocortex to build systems capable of learning patterns from streaming data, performing sequence prediction, and detecting anomalies in real-time data streams. The framework is built around a Cortical Learning Algorithm that combines spatial pooling and temporal memory to process streaming input. It uses Sparse Distributed Representations to encode input patterns, a Spatial Pooler to convert dense input into s
Combines spatial pooling and temporal memory to learn and infer patterns from streaming data, mimicking neocortical processing.