From f7d11366592a4f84adf3bad9595db6fe97423f70 Mon Sep 17 00:00:00 2001 From: Terkel Date: Thu, 24 May 2018 23:47:13 -0700 Subject: [PATCH] Added Hello Tensorflow --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c3d8451..7267567 100644 --- a/readme.md +++ b/readme.md @@ -416,6 +416,7 @@ Creative coding is a different discipline than programming systems. The goal is - [AI Playbook](http://aiplaybook.a16z.com/) - Ai microsite intended to help newcomers get started. - [Teachable Machine](https://github.com/googlecreativelab/teachable-machine) - Explore how machine learning works, live in the browser. - [TensorFlow.js](https://js.tensorflow.org/) - JavaScript library for training and deploying ML models in the browser and on Node.js. +- [Hello TensorFlow](https://hello-tensorflow.glitch.me/) - Fully commented TensorFlow.js demo. ## Inspiration