From 0d60ed850a43eee8a01f7f3e3a45de189a6edc42 Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 30 Apr 2018 23:49:15 +0530 Subject: [PATCH 1/4] Added Transfer Learning tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bdcf98..84c02dc 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * Learn Twitter Sentiment Analysis - * [Part I](https://towardsdatascience.com/another-twitter-sentiment-analysis-bb5b01ebad90) * [Part II](https://towardsdatascience.com/another-twitter-sentiment-analysis-with-python-part-2-333514854913) +* [Use Transfer Learning for custom image classification](https://becominghuman.ai/transfer-learning-retraining-inception-v3-for-custom-image-classification-2820f653c557) ### Miscellaneous: From a650be29b97bae92ab30b858805711fc795a1412 Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 30 Apr 2018 23:50:30 +0530 Subject: [PATCH 2/4] Added Machine Learning Algorithm Tutorials --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84c02dc..c865ca3 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Step-By-Step Machine Learning In Python](https://machinelearningmastery.com/machine-learning-in-python-step-by-step/) * [Predict Quality Of Wine](https://medium.freecodecamp.org/using-machine-learning-to-predict-the-quality-of-wines-9e2e13d7480d) * [Solving A Fruits Classification Problem](https://towardsdatascience.com/solving-a-simple-classification-problem-with-python-fruits-lovers-edition-d20ab6b071d2) +* [Guide To Machine Learning in Python](https://medium.freecodecamp.org/the-hitchhikers-guide-to-machine-learning-algorithms-in-python-bfad66adb378) ### Deep Learning: From d87f86fb527816dfa3b17415a46b227743c82b0f Mon Sep 17 00:00:00 2001 From: sayands Date: Mon, 30 Apr 2018 23:52:59 +0530 Subject: [PATCH 3/4] Added Twitter Sentiment Analysis Tutorial part 3 and 4 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c865ca3..31d2a92 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,8 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * Learn Twitter Sentiment Analysis - * [Part I](https://towardsdatascience.com/another-twitter-sentiment-analysis-bb5b01ebad90) * [Part II](https://towardsdatascience.com/another-twitter-sentiment-analysis-with-python-part-2-333514854913) + * [Part III](https://towardsdatascience.com/another-twitter-sentiment-analysis-with-python-part-3-zipfs-law-data-visualisation-fc9eadda71e7) + * [Part IV](https://towardsdatascience.com/another-twitter-sentiment-analysis-with-python-part-4-count-vectorizer-b3f4944e51b5) * [Use Transfer Learning for custom image classification](https://becominghuman.ai/transfer-learning-retraining-inception-v3-for-custom-image-classification-2820f653c557) ### Miscellaneous: From aa430056c5f7115e6cf9a6b3d17cf278b810da6b Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 3 May 2018 09:04:21 +0300 Subject: [PATCH 4/4] Removed tutorial ML --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 31d2a92..3bd11e9 100644 --- a/README.md +++ b/README.md @@ -273,7 +273,6 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Step-By-Step Machine Learning In Python](https://machinelearningmastery.com/machine-learning-in-python-step-by-step/) * [Predict Quality Of Wine](https://medium.freecodecamp.org/using-machine-learning-to-predict-the-quality-of-wines-9e2e13d7480d) * [Solving A Fruits Classification Problem](https://towardsdatascience.com/solving-a-simple-classification-problem-with-python-fruits-lovers-edition-d20ab6b071d2) -* [Guide To Machine Learning in Python](https://medium.freecodecamp.org/the-hitchhikers-guide-to-machine-learning-algorithms-in-python-bfad66adb378) ### Deep Learning: