torchhd
torchhd copied to clipboard
Torchhd is a Python library for Hyperdimensional Computing and Vector Symbolic Architectures
After training, I get a trained onlineHD model, but the model is very large when saved. Can I reduce the model size by quantizing the model into binary?
Ensure that all the code works as expected with `torch.compile`. It would be good to include this in the unit tests as well.
Hello. Thank you for the excellent Python module. This issue potentially relates to #153. The paper "Factorizers for Distributed Sparse Block Codes" describes the Generalized Sparse Block Code (GSBC). Instead...
In the paper "LeHDC: Learning-Based Hyperdimensional Computing Classifier," the authors provide the following default parameters for the MNIST image recognition task: lr = 0.01, weight_decay = 0.05, dropout_rate = 0.5....