From bce2f5b45a767b8fa717294c361d468f8d13fc98 Mon Sep 17 00:00:00 2001 From: Viet-Tien Date: Fri, 4 Dec 2020 09:04:40 +0700 Subject: [PATCH 1/2] Update README.md --- Course 3: Natural Language Processing in Tensorflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Course 3: Natural Language Processing in Tensorflow/README.md b/Course 3: Natural Language Processing in Tensorflow/README.md index 337bc2d..a5c5c6a 100644 --- a/Course 3: Natural Language Processing in Tensorflow/README.md +++ b/Course 3: Natural Language Processing in Tensorflow/README.md @@ -6,7 +6,7 @@ ## Achievement goal:

- +

## Solution From 56359cf2e9a20057ac64e6d5f59696277071a659 Mon Sep 17 00:00:00 2001 From: Viet-Tien Date: Fri, 4 Dec 2020 09:10:56 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1f641db..a340bec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This reporatory contains the solutions of every questions/quizes/exercises to ac ### 1. Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning - [Course](https://www.coursera.org/learn/introduction-tensorflow) -- [Solution](https://github.com/GafBof/tensorflow_deeplearning.ai/tree/main/Course%201:%20Introduction%20to%20Tensorflow) +- [Solution](./Course%201:%20Introduction%20to%20Tensorflow/README.md)

@@ -20,7 +20,7 @@ This reporatory contains the solutions of every questions/quizes/exercises to ac ### 2. Convolutional Neural Networks in TensorFlow - [Course](https://www.coursera.org/learn/convolutional-neural-networks-tensorflow) -- [Solution](https://github.com/GafBof/tensorflow_deeplearning.ai/tree/main/Course%202:%20Convolutional%20Neural%20Networks%20in%20Tensorflow) +- [Solution](./Course%202:%20Convolutional%20Neural%20Networks%20in%20Tensorflow/README.md)

@@ -30,7 +30,7 @@ This reporatory contains the solutions of every questions/quizes/exercises to ac ### 3. Natural Language Processing in TensorFlow - [Course](https://www.coursera.org/learn/natural-language-processing-tensorflow) -- [Solution](https://github.com/GafBof/tensorflow_deeplearning.ai/tree/main/Course%203:%20Natural%20Language%20Processing%20in%20Tensorflow) +- [Solution](./Course%203:%20Natural%20Language%20Processing%20in%20Tensorflow/README.md)

@@ -39,7 +39,7 @@ This reporatory contains the solutions of every questions/quizes/exercises to ac ### 4. Sequences, Time Series and Prediction - [Course](https://www.coursera.org/learn/tensorflow-sequences-time-series-and-prediction) -- [Solution](https://github.com/GafBof/tensorflow_deeplearning.ai/tree/main/Course%204:%20Sequences%2C%20Time%20Series%2C%20and%20Prediction) +- [Solution](./Course%204:%20Sequences%2C%20Time%20Series%2C%20and%20Prediction/README.md) ## Achievement goal: