hdlib 2.0: Extending Machine Learning Capabilities of Vector-Symbolic Architectures
By: Fabio Cumbo, Kabir Dhillon, Daniel Blankenberg
Potential Business Impact:
Makes computers learn from data better.
Following the initial publication of hdlib, a Python library for designing Vector-Symbolic Architectures (VSA), we introduce a major extension that significantly enhances its machine learning capabilities. VSA, also known as Hyperdimensional Computing, is a computing paradigm that represents and processes information using high-dimensional vectors. While the first version of hdlib established a robust foundation for creating and manipulating these vectors, this update addresses the growing need for more advanced, data-driven modeling within the VSA framework. Here, we present four extensions: significant enhancements to the existing supervised classification model also enabling feature selection, and a new regression model for predicting continuous variables, a clustering model for unsupervised learning, and a graph-based learning model. Furthermore, we propose the first implementation ever of Quantum Hyperdimensional Computing with quantum-powered arithmetic operations and a new Quantum Machine Learning model for supervised learning. hdlib remains open-source and available on GitHub at https://github.com/cumbof/hdlib under the MIT license, and distributed through the Python Package Index (pip install hdlib) and Conda (conda install -c conda-forge hdlib). Documentation and examples of these new features are available on the official Wiki at https://github.com/cumbof/hdlib/wiki.
Similar Papers
VS-Graph: Scalable and Efficient Graph Classification Using Hyperdimensional Computing
Machine Learning (CS)
Makes computers learn from data much faster.
Hey Pentti, We Did (More of) It!: A Vector-Symbolic Lisp With Residue Arithmetic
Machine Learning (CS)
Lets computers understand and use math like humans.
HD-CB: The First Exploration of Hyperdimensional Computing for Contextual Bandits Problems
Machine Learning (CS)
Helps computers learn faster with less power.