An open API service indexing awesome lists of open source software.

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

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)