meta-introspector / time

The timeline, add yourself to it.
GNU General Public License v3.0
5 stars 3 forks source link

recursive autoencoders #9

Open jmikedupont2 opened 7 months ago

jmikedupont2 commented 7 months ago

We discussed using a combination of autoencoders, clustering, and Monte Carlo Tree Search (MCTS) to create an inductive, recursive hierarchy of models for analyzing instruction data. This approach can automatically learn to separate constant and variable parts within instructions and potentially classify them based on their reconstruction errors. We also explored how to leverage this learned hierarchy to analyze execution traces by incorporating IO register values. This combined analysis can provide a more comprehensive understanding of program behavior.