hyperdimensional-computing / torchhd

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

Adding train, test and predict utility methods #1

Open mikeheddes opened 2 years ago

mikeheddes commented 2 years ago

We would like to implement as part of this library the train, test, and predict utility functions like those provided in: https://github.com/rishikanthc/torch-hd/blob/main/torch_hd/utils.py. This issue serves as the discussion thread for how to design theses functions to be simple, and generally applicable for HDC learning applications.