From 1704b1c1ffe741b0d8db59af96522a69b4ccac14 Mon Sep 17 00:00:00 2001 From: Dimitris Katsios Date: Thu, 23 Apr 2020 18:43:46 +0300 Subject: [PATCH] Update README.md --- Implementations/Xception/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Implementations/Xception/README.md b/Implementations/Xception/README.md index 72fe1f5..ac78caa 100644 --- a/Implementations/Xception/README.md +++ b/Implementations/Xception/README.md @@ -1,7 +1,8 @@ # Implementation of Xception -
We will use the tensorflow.keras Functional API to build Xception -(https://arxiv.org/pdf/1610.02357.pdf) +We will use the [tensorflow.keras Functional API](https://www.tensorflow.org/guide/keras/functional) to build Xception from the original paper: “[Xception: Deep Learning with Depthwise Separable Convolutions](https://arxiv.org/abs/1610.02357)” by François Chollet. + +[Video tutorial](https://www.youtube.com/watch?v=nMBCSroJ7bY&list=PLaPdEEY26UXyE3UchW0C742xh542yh0yI&index=6) ---