Skip to content
Snippets Groups Projects
Commit 8084b1c9 authored by Paul G's avatar Paul G
Browse files

added Readme

parent 27511a98
No related branches found
No related tags found
No related merge requests found
# Quelle
https://github.com/bnsreenu/python_for_microscopists/blob/master/260_image_anomaly_detection_using_autoencoders/260_image_anomaly_detection_using_autoencoders.py
## General
Detecting anomaly images using AutoEncoders. (Sorting an entire image as either normal or anomaly)\
Here, we use both the reconstruction error and also the kernel density estimation based on the vectors in the latent space.
We will consider the bottleneck layer outputfrom our autoencoder as the latent space.\
This code uses the malarial data set but it can be easily applied to any application.
Data from: [Virus](https://data.lhncbc.nlm.nih.gov/public/Malaria/cell_images.zip)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment