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 randsel bundling of hypervectors #86

Closed mikeheddes closed 1 year ago

mikeheddes commented 1 year ago

Adds two new methods: randsel and multirandsel which can be used to bundle two or many hypervectors, respectively, by selecting elements at random from the input hypervectors.

Closes #75