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

Update Tree implementation #12

Open mikeheddes opened 2 years ago

mikeheddes commented 2 years ago

The current implementation of the binary tree requires knowing and providing the path of a node. Look into classical computing APIs of binary trees to see how to design a better interface.