From e196950a352e37dfe8993de550eb52a6f0695357 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Sat, 13 Aug 2016 12:48:53 -0400 Subject: [PATCH] Add link to Hello World iris quickstart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3fd47e..3275837 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ If you have a high-quality tutorial or project to add, please open a PR. ## Tutorials +- [Quick start: the Iris dataset in Keras and scikit-learn](https://github.com/fastforwardlabs/keras-hello-world/blob/master/kerashelloworld.ipynb) - [Using pre-trained word embeddings in a Keras model](http://blog.keras.io/using-pre-trained-word-embeddings-in-a-keras-model.html) - [Building powerful image classification models using very little data](http://blog.keras.io/building-powerful-image-classification-models-using-very-little-data.html) - [Building Autoencoders in Keras](http://blog.keras.io/building-autoencoders-in-keras.html)