项目作者: cjneetha

项目描述 :
https://autoencoder-anomaly-detection.herokuapp.com/
高级语言: Python
项目地址: git://github.com/cjneetha/autoencoder-anomaly-detection.git
创建时间: 2020-04-11T22:47:52Z
项目社区:https://github.com/cjneetha/autoencoder-anomaly-detection

开源协议:

下载


Anomaly Detection using Autoencoder Neural Networks

Open the app

Autoencoders are deep neural networks that learn to predict compressed versions of their inputs. model.fit(x_train, x_train)
The number of neurons in the middle layers are usually set to be fewer than the number of input neurons, so that the network learns just the essential information in the inputs.

Application areas include Anomaly Detection, Image Denoising, etc.