edhenry / vae_ad

Repository containing vanilla variational autoencoder for anomaly detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vae_ad

Repository containing vanilla variational autoencoder for anomaly detection.

Autoencoding Variational Bayes

This repository is an extension of the work done by Kingma et al. in Autoencoding Variational Bayes

The idea is to use this approach as a way to model, probabilistically, that variational autoencoders can be used for novelty detection given that the encoder/decoder architecture is finding a latent set of codes (z) that are representative of the underlying data generating distribution. This repository is using MNIST as an example, but the concept still applies to many other domains that have a continuous representations as input.

About

Repository containing vanilla variational autoencoder for anomaly detection

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%