hyperdimensional-computing / torchhd

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

Remove unneccessary Random in EMG example #156

Closed Zeldax64 closed 9 months ago

Zeldax64 commented 9 months ago

The EMG hand gestures example uses a Random embedding to encode the timestamp information. However, the paper original does not use such embedding, and the timing is encoded by permuting the spatial samples. Fix #155.