https://github.com/siris2314/autovariate
A python package made to streamline the usage of Variational Autoencoders, understand the algorithm first before using this package
https://github.com/siris2314/autovariate
autoencoders machine-learning machine-learning-algorithms natural-language-processing nlp nlp-machine-learning python python-project python3 pythonpackage pytorch pytorch-implmention variational-autoencoder variational-inference
Last synced: 3 months ago
JSON representation
A python package made to streamline the usage of Variational Autoencoders, understand the algorithm first before using this package
- Host: GitHub
- URL: https://github.com/siris2314/autovariate
- Owner: Siris2314
- Created: 2022-10-29T04:32:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-31T05:43:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-11T09:54:41.376Z (12 months ago)
- Topics: autoencoders, machine-learning, machine-learning-algorithms, natural-language-processing, nlp, nlp-machine-learning, python, python-project, python3, pythonpackage, pytorch, pytorch-implmention, variational-autoencoder, variational-inference
- Language: Python
- Homepage:
- Size: 22.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# *AutoVariate: A Python Package to build Variational Autoencoders*
#### AutoVariate is a python module to make the usage of Variational Autoencoders more streamlined
#### Tap the logo below to install:
[
](https://pypi.org/project/autovariate/?target=_blank)
##### Installing AutoVariate
```bash
pip3 install autovariate
```
#### Documentation can be found here:
(Insert Link Once I make the docs)
#### Algorithm Explanation:
(To be inserted asap)