-
Notifications
You must be signed in to change notification settings - Fork 1
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
Pull Request Details: #3
Open
dabadav
wants to merge
68
commits into
NeuroNetMem:dev
Choose a base branch
from
dabadav:main
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes two main changes:
Documentation generation: Sphinx has been used to generate the documentation for the project. This will make the project more understandable and easier for others to use.
Package and dependency management: The
poetry.toml
file has been added to manage the package and its dependencies. This file will make the installation process much easier for both users and developers. They can use Poetry to install the package and automatically handle its dependencies.Modules
The project includes the following Python modules:
io
: Handles the input/output operations.linear_dim_red
: Includes functions for linear dimensionality reduction.session
: Handles whole dataset.utils
: Includes various utility functions.vae
: Contains the code related to Variational Autoencoders.visualization
: Consists of the visualization functions.TODO
There are still some improvements that need to be done:
linear_dim_red
module: More functions need to be added to this module, as there are some missing ones.session
toembeddings
: The currentsession
module should be called embeddings.session
module: A propersession
module should be created to handle vsdi session data using a class.utils
module renaming: This module should be thepreprocessing
one. So functions inside this module need to be reviewed.