Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MTNN] merge tree neural network refactor #1065

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

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.

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