From 97d9f7143bf9c087166882ee974ded3688f525f3 Mon Sep 17 00:00:00 2001
From: leufen1 <l.leufen@fz.juelich.de>
Date: Tue, 22 Oct 2019 11:27:04 +0200
Subject: [PATCH] added links to read about inception model /close #1

---
 README.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 585628e5..329b1f16 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
 # MachineLearningTools
 
-This is a collection of all relevant functions used for ML stuff in the ESDE group
\ No newline at end of file
+This is a collection of all relevant functions used for ML stuff in the ESDE group
+
+## Inception Model
+
+See a description [here](https://towardsdatascience.com/a-simple-guide-to-the-versions-of-the-inception-network-7fc52b863202)
+or take a look on the papers [Going Deeper with Convolutions (Szegedy et al., 2014)](https://arxiv.org/abs/1409.4842)
+and [Network In Network (Lin et al., 2014)](https://arxiv.org/abs/1312.4400).
\ No newline at end of file
-- 
GitLab