DiogenesAnalytics / autoencoder

Python library implementing various autoencoders.
https://colab.research.google.com/github/DiogenesAnalytics/autoencoder/blob/master/notebooks/demo/anomaly_detection.ipynb
MIT License
0 stars 0 forks source link

Feature: Implement Basic Variational Autoencoder #15

Open DiogenesAnalytics opened 9 months ago

DiogenesAnalytics commented 9 months ago

Problem

Finally on the todo list of basic autoencoders: the variational autoencoder. This will be the first autoencoder variant that deviates significantly from the other implementations ...

References