Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 345 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 345 Bytes

Hyperdimensional Computing Library

Prerequisites

  • python3.6
  • numpy
  • pytorch4.0

The packages can be installed easily with conda and the _config.yml file:

$ conda env create -f hdlib-env.yml -n hdlib-env
$ source activate hdlib-env 

Author

  • Michael Hersche - Initial work - MHersche