From e71a0ffebd2598d19e672800d0bd2374dde57c12 Mon Sep 17 00:00:00 2001 From: Tarandeep Singh Date: Wed, 14 Oct 2020 21:22:52 +0530 Subject: [PATCH 1/2] Update README.md Add practical tutorial on Tensorflow 2.2 on GCP by Google Codelabs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 389c484f356..116326d2ea9 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Build Type * [Intro to TensorFlow for Deep Learning from Udacity](https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187) * [Introduction to TensorFlow Lite from Udacity](https://www.udacity.com/course/intro-to-tensorflow-lite--ud190) * [Machine Learning with TensorFlow on GCP](https://www.coursera.org/specializations/machine-learning-tensorflow-gcp) +* [Tensorflow, Keras and Deep learning without a PhD on Google Codelabs](https://codelabs.developers.google.com/codelabs/cloud-tensorflow-mnist/) * [TensorFlow Chat Room on StackOverflow (not actively monitored by the TensorFlow team)](https://chat.stackoverflow.com/rooms/216694/tensorflow) * [TensorFlow Blog](https://blog.tensorflow.org) From 5d55cfac40041017de5c47e2d092709d8aeb3007 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Wed, 14 Oct 2020 09:23:28 -0700 Subject: [PATCH 2/2] Link to all TensorFlow codelabs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 116326d2ea9..f47c0c6c736 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Build Type * [Intro to TensorFlow for Deep Learning from Udacity](https://www.udacity.com/course/intro-to-tensorflow-for-deep-learning--ud187) * [Introduction to TensorFlow Lite from Udacity](https://www.udacity.com/course/intro-to-tensorflow-lite--ud190) * [Machine Learning with TensorFlow on GCP](https://www.coursera.org/specializations/machine-learning-tensorflow-gcp) -* [Tensorflow, Keras and Deep learning without a PhD on Google Codelabs](https://codelabs.developers.google.com/codelabs/cloud-tensorflow-mnist/) +* [Tensorflow Codelabs](https://codelabs.developers.google.com/?cat=TensorFlow) * [TensorFlow Chat Room on StackOverflow (not actively monitored by the TensorFlow team)](https://chat.stackoverflow.com/rooms/216694/tensorflow) * [TensorFlow Blog](https://blog.tensorflow.org)