From 3e4ebe7733b8a03b6d9892d8258c0b9906c1c44e Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Fri, 31 May 2019 13:37:52 +0530 Subject: [PATCH] Update README.md pointed '2 - Basic Models' to tensorflow_v2 notebook --- tensorflow_v2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow_v2/README.md b/tensorflow_v2/README.md index 63c2795a..f5eca6f6 100644 --- a/tensorflow_v2/README.md +++ b/tensorflow_v2/README.md @@ -11,8 +11,8 @@ - **Basic Operations** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v2/notebooks/1_Introduction/basic_operations.ipynb)). A simple example that cover TensorFlow 2.0 basic operations. #### 2 - Basic Models -- **Linear Regression** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/2_BasicModels/linear_regression.ipynb)). Implement a Linear Regression with TensorFlow 2.0. -- **Logistic Regression** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/notebooks/2_BasicModels/logistic_regression.ipynb)). Implement a Logistic Regression with TensorFlow 2.0. +- **Linear Regression** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v2/notebooks/2_BasicModels/linear_regression.ipynb)). Implement a Linear Regression with TensorFlow 2.0. +- **Logistic Regression** ([notebook](https://github.com/aymericdamien/TensorFlow-Examples/blob/master/tensorflow_v2/notebooks/2_BasicModels/logistic_regression.ipynb)). Implement a Logistic Regression with TensorFlow 2.0. #### 3 - Neural Networks ##### Supervised