From 5c98a6ece37f359575acea1d0f7b083653b2b1a7 Mon Sep 17 00:00:00 2001 From: Tom Roth Date: Mon, 6 Nov 2017 21:52:15 +1100 Subject: [PATCH] Update README.md Added Functional API tutorial (http://www.puzzlr.org/the-keras-functional-api-five-simple-examples/) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24b1596..48567f3 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ If you have a high-quality tutorial or project to add, please open a PR. - [Collection of tutorials setting up DNNs with Keras](http://ml4a.github.io/guides/) - [Fast.AI - Practical Deep Learning For Coders, Part 1](http://course.fast.ai/) (great information on deep learning in general, heavily uses Keras for the labs) - [Keras Tutorial: Content Based Image Retrieval Using a Convolutional Denoising Autoencoder](https://blog.sicara.com/keras-tutorial-content-based-image-retrieval-convolutional-denoising-autoencoder-dc91450cc511) +- [Five simple examples of the Keras Functional API](http://www.puzzlr.org/the-keras-functional-api-five-simple-examples/) ## Code examples