torchhd

Torchhd is a Python library for Hyperdimensional Computing and Vector Symbolic Architectures

MIT License

Downloads
5.9K
Stars
206
Committers
15

Bot releases are hidden (Show)

torchhd - 5.5.0 Release Notes Latest Release

Published by mikeheddes 7 months ago

What's Changed

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v5.4.1...v5.5.0

torchhd - 5.4.1 Release Notes

Published by mikeheddes 11 months ago

What's Changed

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v5.4.0...v5.4.1

torchhd - 5.4.0 Release Notes

Published by mikeheddes about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v5.3.0...v5.4.0

torchhd - 5.3.0 Release Notes

Published by mikeheddes about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v5.2.1...v5.3.0

torchhd - 5.2.1 Release Notes

Published by mikeheddes over 1 year ago

What's Changed

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v5.2.0...v5.2.1

torchhd - 5.2.0 Release Notes

Published by mikeheddes over 1 year ago

torchhd - 5.1.2 Release Notes

Published by mikeheddes over 1 year ago

Re-release of 5.1.1 because it did not trigger the publishing workflow on GitHub.

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v5.1.1...v5.1.2

torchhd - 5.1.1 Release Notes

Published by mikeheddes over 1 year ago

PyTorch backward compatibility fix.

What's Changed

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v5.1.0...v5.1.1

torchhd - 5.1.0 Release Notes

Published by mikeheddes over 1 year ago

What's Changed

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v5.0.1...v5.1.0

torchhd - 5.0.1 Release Notes

Published by mikeheddes over 1 year ago

torchhd - 5.0.0 Release Notes

Published by mikeheddes over 1 year ago

What's Changed

Breaking changes (renaming)

  • VSA_Model -> VSATensor
  • BSC -> BSCTensor
  • MAP -> MAPTensor
  • HRR -> HRRTensor
  • FHRR -> FHRRTensor
  • empty_hv -> empty
  • identity_hv -> identity
  • random_hv -> random
  • level_hv -> level
  • thermometer_hv -> thermometer
  • circular_hv -> circular
  • cos_similarity -> cosine_similarity and aliased as cos
  • The function signature of hypervector creation now takes in a string instead of the VSATensor type

New Contributors

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v4.5.0...v5.0.0

torchhd - 4.5.0 Release Notes

Published by mikeheddes over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v4.4.0...v4.5.0

torchhd - 4.4.0 Release Notes

Published by mikeheddes over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v4.3.0...v4.4.0

torchhd - 4.3.0 Release Notes

Published by mikeheddes almost 2 years ago

torchhd - 4.2.1 Release Notes

Published by mikeheddes almost 2 years ago

Re-release of v4.2.0 because of missing version update.

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v4.2.0...v4.2.1

torchhd - 4.2.0 Release Notes

Published by mikeheddes almost 2 years ago

torchhd - 4.1.1 Release Notes

Published by mikeheddes almost 2 years ago

Re-release of v4.1.0 because of an error in the publication pipeline.

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v4.1.0...v4.1.1

torchhd - 4.1.0 Release Notes

Published by mikeheddes almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v4.0.0...v4.1.0

torchhd - 4.0.0 Release Notes

Published by mikeheddes almost 2 years ago

What's Changed

  • Support explicit VSA models enabling customization of operations by @mikeheddes in https://github.com/hyperdimensional-computing/torchhd/pull/91
  • Support for the Binary Spatter Codes, Multiply-Add-Permute, and Fourier Holographic Reduced Representation VSA models.
  • All functions in the functional module are now accessible from the root of torchhd. For example torchhd.functional.multiset is now accessible as torchhd.multiset.

Breaking changes

  • Renamed cosine_similarity to cos_similarity.
  • Removal of the unbind function in favor of inverse and negative functions.

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v3.4.0...v4.0.0

torchhd - 3.4.0 Release Notes

Published by mikeheddes about 2 years ago

What's Changed

Full Changelog: https://github.com/hyperdimensional-computing/torchhd/compare/v3.3.0...v3.4.0

Package Rankings
Top 42.73% on Conda-forge.org
Top 9.42% on Pypi.org
Related Projects