hyperdimensional-computing / torchhd

Torchhd is a Python library for Hyperdimensional Computing and Vector Symbolic Architectures
https://torchhd.readthedocs.io
MIT License
229 stars 24 forks source link

Add Centroid classification model with iterative learning methods #113

Closed mikeheddes closed 1 year ago

mikeheddes commented 1 year ago

Implements a commonly used classification method in HDC where class prototypes are created during training by bundling all the sample hypervectors of that class. This also implements iterative learning methods.