hyperdimensional-computing / torchhd

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

Remove unneccessary Random in EMG example #156

Closed Zeldax64 closed 1 year ago

Zeldax64 commented 1 year 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.