diff --git a/README.md b/README.md index 585628e504ad806fba65be4f1b68cdfab260b40f..329b1f16ffc1f38ddc78408a5d04199b69bf7dc8 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