From 3b7d596fe5a615f434be94837883db8e6a0a67aa Mon Sep 17 00:00:00 2001
From: Paul G <paul.graness@stud.hs-hannover.de>
Date: Fri, 28 Jul 2023 18:38:57 +0200
Subject: [PATCH] readme

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index d640f04..bbcf90c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,14 @@
+# Quelle
+https://github.com/bnsreenu/python_for_microscopists/blob/master/260_image_anomaly_detection_using_autoencoders/260_image_anomaly_detection_using_autoencoders.py
+
+``Infos``\
+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 für Jonny](https://data.lhncbc.nlm.nih.gov/public/Malaria/cell_images.zip)
+
 # DetectingAnomalies
 
 
-- 
GitLab