Skip to content

Remove unneccessary Random in EMG example #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

Zeldax64
Copy link
Contributor

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.

The EMG hand gestures example uses a Random embedding to encode the
timestamp. However, the paper does not use such embedding and the
timing is encoded by permuting the spatial samples.
@mikeheddes mikeheddes merged commit 27ae2da into hyperdimensional-computing:main Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unnecessary use of Random embeddings in EMG example
2 participants