Skip to content

Conversation

@MatPont
Copy link
Contributor

@MatPont MatPont commented Sep 18, 2024

This PR refactor the MergeTreeAutoencoder class into different classes.

First, it separates the layer implementation to its own class.
Then, it creates a MergeTreeNeuralNetwork abstract class (that is derived by the MergeTreeAutoencoder class), serving as a template to create other kind of neural networks processing topological abstractions with the layer mentioned previously.
Finally, it adds some documentation, to all the functions of the new MergeTreeNeuralLayer and MergeTreeNeuralNetwork classes, and some explanation to how to use theses classes in other modules.

@julien-tierny
Copy link
Collaborator

julien-tierny commented Dec 30, 2025

[NOTES]
TODO
[x] check all mt/pd-ae examples
[x] check code

@julien-tierny
Copy link
Collaborator

alright, thanks! let's go!

@julien-tierny julien-tierny merged commit cefed24 into topology-tool-kit:dev Dec 31, 2025
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants