Hello Everyone,
I am working on a research project involving Human Activity Recognition using the NTU RGB+D 3D skeleton dataset, and I am currently building a pipeline with htm.core to process the skeletal data. So far, I have implemented encoders for 3D joint coordinates and have successfully passed the encoded SDRs through Spatial Pooler and Temporal Memory components of htm.core.
Now, I am looking to implement/integrate a classifier preferably something like the SDRClassifier or any HTM-compatible approach—to map the temporal memory outputs to activity labels (e.g., walking, sitting, falling, etc.). However, I couldn’t find a clear example or guide within the htm.core repository on how to do this.
- Is the
SDRClassifier
available or supported in the current version ofhtm.core
? - If not, what are some recommended ways to implement a classifier that works well with the SDR outputs from Temporal Memory?
Any help or direction would be greatly appreciated. Thanks