From 209202a626fa5ebd936e621a4525f87cde5ddff3 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 29 Jul 2018 12:07:10 +0530 Subject: [PATCH] Added Keras tutorial to generate colors --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e34b50..4d22ba8 100644 --- a/README.md +++ b/README.md @@ -369,6 +369,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Use Transfer Learning for custom image classification](https://becominghuman.ai/transfer-learning-retraining-inception-v3-for-custom-image-classification-2820f653c557) * [Learn to Code a simple Neural Network in 11 lines of Python](https://iamtrask.github.io/2015/07/12/basic-python-network/) * [Build a Neural Network using Gradient Descent Approach](https://iamtrask.github.io/2015/07/27/python-network-part2/) +* [Train a Keras Model To Generate Colors](https://heartbeat.fritz.ai/how-to-train-a-keras-model-to-generate-colors-3bc79e54971b) ### Miscellaneous: