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

https://github.com/sureshbeekhani/autoencoders

This project is a practice implementation of an autoencoder, The primary use case for this autoencoder is for anomaly detection in sales data, but it can be adapted for other purposes. The autoencoder compresses the input data into a lower-dimensional representation and then reconstructs the original input from this representation.
https://github.com/sureshbeekhani/autoencoders

autoencoder convolutional-autoencoder data-compression data-reconstruction deep-learning denoising-autoencoder generative-models image-processing latent-space machine-learning neural-networks vanilla-autoencoder variational-autoencode

Last synced: 7 months ago
JSON representation

This project is a practice implementation of an autoencoder, The primary use case for this autoencoder is for anomaly detection in sales data, but it can be adapted for other purposes. The autoencoder compresses the input data into a lower-dimensional representation and then reconstructs the original input from this representation.

Awesome Lists containing this project