From b634974f9ac9ec1c95a468fb07f7386140fb3f78 Mon Sep 17 00:00:00 2001 From: Mike Heddes Date: Tue, 29 Oct 2024 09:58:17 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1cf8d6c..5e89b44 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Currently, the library supports the following HDC/VSA models: - [Holographic Reduced Representations (HRR)](https://torchhd.readthedocs.io/en/stable/generated/torchhd.HRRTensor.html) - [Fourier Holographic Reduced Representations (FHRR)](https://torchhd.readthedocs.io/en/stable/generated/torchhd.FHRRTensor.html) - [Binary Sparse Block Codes (B-SBC)](https://torchhd.readthedocs.io/en/stable/generated/torchhd.BSBCTensor.html) +- [Modular Composite Representation (MCR)](https://torchhd.readthedocs.io/en/stable/generated/torchhd.MCRTensor.html) - [Vector-Derived Transformation Binding (VTB)](https://torchhd.readthedocs.io/en/stable/generated/torchhd.VTBTensor.html) We welcome anyone to help with contributing more models to the library!