From f0a5530d285fe518a4d56c86c11d7feb7f9bee65 Mon Sep 17 00:00:00 2001 From: majid3399769 Date: Sun, 20 Jun 2021 02:49:26 -0400 Subject: [PATCH 1/5] Create requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ + From 081f5ef5e1893b0664cf21d12d4129470111f7ef Mon Sep 17 00:00:00 2001 From: majid3399769 Date: Sun, 20 Jun 2021 02:53:07 -0400 Subject: [PATCH 2/5] Update requirements.txt Edited --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/requirements.txt b/requirements.txt index 8b13789..28fe73f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,5 @@ +pandas +keras +numpy +seaborn From f01c14141701e016a841ab3237ba4093988f33fc Mon Sep 17 00:00:00 2001 From: majid3399769 Date: Sun, 20 Jun 2021 02:54:41 -0400 Subject: [PATCH 3/5] Update requirements.txt Added libraries --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 28fe73f..d99da88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ - +scikit-learn pandas keras numpy From b5b3ca63d53c1d207e86b4775868b2f7eb0c8052 Mon Sep 17 00:00:00 2001 From: majid3399769 Date: Sun, 20 Jun 2021 02:57:14 -0400 Subject: [PATCH 4/5] Update requirements.txt Added tensorflow --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d99da88..58e8ee7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ pandas keras numpy seaborn +tensorflow From fc8c83dd2d0757cded48f570b945f773714ce284 Mon Sep 17 00:00:00 2001 From: majid3399769 Date: Sun, 20 Jun 2021 03:04:56 -0400 Subject: [PATCH 5/5] Update README.md Updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b1c91..9d5c2e8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The first part of the book is mostly based on `Scikit-Learn`, while the 2nd part ### The Fundamentals of Machine Learning We provide links for the available notebooks: -- [The Machine Learning Landscape](https://nbviewer.jupyter.org/github/Akramz/Hands-on-Machine-Learning-with-Scikit-Learn-Keras-and-TensorFlow/blob/master/01.ML_Landscape.ipynb) +- [The Machine Learning Landscape](https://nbviewer.jupyter.org/github/majid3399769/Hands-on-Machine-Learning-with-Scikit-Learn-Keras-and-TensorFlow/blob/master/01.ML_Landscape.ipynb) - [End-to-End Machine Learning Project](https://nbviewer.jupyter.org/github/Akramz/Hands-on-Machine-Learning-with-Scikit-Learn-Keras-and-TensorFlow/blob/master/02.End-to-End-ML-Project.ipynb) - [Classification](https://nbviewer.jupyter.org/github/Akramz/Hands-on-Machine-Learning-with-Scikit-Learn-Keras-and-TensorFlow/blob/master/03.Classification.ipynb) - [Training Models](https://nbviewer.jupyter.org/github/Akramz/Hands-on-Machine-Learning-with-Scikit-Learn-Keras-and-TensorFlow/blob/master/04.Training-Models.ipynb)