Hdc
Hyperdimensional Computing Framework
Install / Use
/learn @efemaer/HdcREADME
Hyperdimensional Computing (HDC) Framework
HOWTO:
from hdc import Space
# create a new hyper-space with default values (1000 dimensions, binary spatter codes representation)
s = Space()
# add a few hyper-vectors into the space
s.add() # with randomly generated name
s.add('SoHyper') # named hyper-vector
u = s.add() # add a new hyper-vector and store it in a variable
v = s.add('v')
# retrieve hyper-vector
x = s['SoHyper']
# HDC operations
# * binding
# + bundling
A = x * u + v
# distance calculation
A.dist(v)
# clean-up memory, i.e. similarity check
B = A * u
s.find(B)
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
