Skip to main content

Module memory

Module memory 

Source
Expand description

Memory Systems for Hyperdimensional Computing

This module implements various memory systems for HDC including basic storage, continual learning with interference prevention, online learning systems, and performance tracking for adaptive learning algorithms.

Structs§

ContinualLearningMemory
Continual Learning Memory with interference prevention
HDCMemory
Basic HDC Memory for storing and retrieving patterns
OnlineLearningSystem
Online Learning System with adaptive capabilities
PerformanceTracker
Performance tracker for adaptive learning

Enums§

LearningState
Learning state enumeration

Functions§

calculate_prediction_error
Calculate prediction error