scivae | VAE package for reproducible generative models
kandi X-RAY | scivae Summary
kandi X-RAY | scivae Summary
scivae is a Jupyter Notebook library. scivae has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Check out our docs: If you use this please cite: scivae is a wrapper around the keras AE that allows you to build/save/visualise with a variational autoencoder. Blogs & notebooks used as references are noted in the code and a couple at the end of this README. The primary difference between a VAE and a normal AE is in how the loss function is computed. Here the loss has been abstracted out to the loss class (in loss.py) where we can use a number of loss metrics MMD, KL and combine this with MSE or COR loss. The VAE (in vae.py) class has the general VAE structure. Saving has been implemented of the VAE state so that you can re-use your trained model on the same data and get the same latent space (or use the trained VAE on new data). Optimiser was a temporary deviation where we can pass in a VAE structure and using an evolutionary algorithm the optimisation class will try to get the best VAE structure. This will be returned. Validate allows for running simple validations using scikitlearn i.e. if your primary interest is to get a meaningful latent space that captures the key features of the dataset, it can be good to compare how much "information" has been captured between your classes. A good way of measuring this is by passing through the latent space and a set of labels and seeing if a simple classifier can distingush your classes better than with the raw data.
Check out our docs: If you use this please cite: scivae is a wrapper around the keras AE that allows you to build/save/visualise with a variational autoencoder. Blogs & notebooks used as references are noted in the code and a couple at the end of this README. The primary difference between a VAE and a normal AE is in how the loss function is computed. Here the loss has been abstracted out to the loss class (in loss.py) where we can use a number of loss metrics MMD, KL and combine this with MSE or COR loss. The VAE (in vae.py) class has the general VAE structure. Saving has been implemented of the VAE state so that you can re-use your trained model on the same data and get the same latent space (or use the trained VAE on new data). Optimiser was a temporary deviation where we can pass in a VAE structure and using an evolutionary algorithm the optimisation class will try to get the best VAE structure. This will be returned. Validate allows for running simple validations using scikitlearn i.e. if your primary interest is to get a meaningful latent space that captures the key features of the dataset, it can be good to compare how much "information" has been captured between your classes. A good way of measuring this is by passing through the latent space and a set of labels and seeing if a simple classifier can distingush your classes better than with the raw data.
Support
Quality
Security
License
Reuse
Support
scivae has a low active ecosystem.
It has 0 star(s) with 0 fork(s). There are 2 watchers for this library.
It had no major release in the last 12 months.
scivae has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of scivae is 1.1.0
Quality
scivae has no bugs reported.
Security
scivae has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
scivae is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
scivae releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of scivae
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of scivae
scivae Key Features
No Key Features are available at this moment for scivae.
scivae Examples and Code Snippets
No Code Snippets are available at this moment for scivae.
Community Discussions
No Community Discussions are available at this moment for scivae.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install scivae
pip install PATH_TO_PROJECT/dist/PROJECT_NAME.tar.gz You should run this before uploading it and check all works as expected.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page