hyperdimensional-computing / torchhd

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

Clarify connection between the Sinusoid embedding and the random Fourier features #145

Open mikeheddes opened 1 year ago

mikeheddes commented 1 year ago

The Sinusoid embedding implements some form of random Fourier features, we should therefore attribute credit to Rahimi and Recht.

Once we have the FractionalPower embedding implemented this connection can be made even more clear.