From 42149bfcc50403c1f4ec679ccdb4fb6f732c18a9 Mon Sep 17 00:00:00 2001 From: sayands Date: Sat, 15 Dec 2018 23:32:50 +0530 Subject: [PATCH 1/7] Added Malaria Detection Deep Learning Tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49c8dd7..3c9d54e 100644 --- a/README.md +++ b/README.md @@ -412,6 +412,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Fashion MNIST tutorial with tf.keras](https://medium.com/tensorflow/hello-deep-learning-fashion-mnist-with-keras-50fcff8cd74a) - [CNN using Keras to automatically classify root health](https://www.pyimagesearch.com/2018/10/15/deep-learning-hydroponics-and-medical-marijuana/) - [Keras vs Tensorflow](https://www.pyimagesearch.com/2018/10/08/keras-vs-tensorflow-which-one-is-better-and-which-one-should-i-learn/) +- [Deep Learning and Medical Image Analysis for Malaria Detection](https://www.pyimagesearch.com/2018/12/03/deep-learning-and-medical-image-analysis-with-keras/) ### Miscellaneous: From 421593de1cb822bcc56f8dc816cf5592373eaba1 Mon Sep 17 00:00:00 2001 From: sayands Date: Sat, 22 Dec 2018 11:51:47 +0530 Subject: [PATCH 2/7] Added Image Stitching OpenCV tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c9d54e..7164a20 100644 --- a/README.md +++ b/README.md @@ -377,6 +377,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - Dlib Correlation Object Tracking - - [Single Object Tracker](https://www.pyimagesearch.com/2018/10/22/object-tracking-with-dlib/) - [Mutiple Object Tracker](https://www.pyimagesearch.com/2018/10/29/multi-object-tracking-with-dlib/) +- [Image Stitching with OpenCV and Python](https://www.pyimagesearch.com/2018/12/17/image-stitching-with-opencv-and-python/) ### Deep Learning: From 2d7cd2409a99c24b17b0199f295269914eb12597 Mon Sep 17 00:00:00 2001 From: sayands Date: Sat, 22 Dec 2018 11:52:33 +0530 Subject: [PATCH 3/7] Added Instance Segmentation OpenCV tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7164a20..53a07dc 100644 --- a/README.md +++ b/README.md @@ -378,6 +378,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Single Object Tracker](https://www.pyimagesearch.com/2018/10/22/object-tracking-with-dlib/) - [Mutiple Object Tracker](https://www.pyimagesearch.com/2018/10/29/multi-object-tracking-with-dlib/) - [Image Stitching with OpenCV and Python](https://www.pyimagesearch.com/2018/12/17/image-stitching-with-opencv-and-python/) +- [Instance Segmentation with OpenCV](https://www.pyimagesearch.com/2018/11/26/instance-segmentation-with-opencv/) ### Deep Learning: From e3ea5bf7cb49c72c7c622e0a964d42e95720709b Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 23 Dec 2018 23:24:52 +0530 Subject: [PATCH 4/7] Added Transfer Learning tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53a07dc..c7e2643 100644 --- a/README.md +++ b/README.md @@ -415,6 +415,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [CNN using Keras to automatically classify root health](https://www.pyimagesearch.com/2018/10/15/deep-learning-hydroponics-and-medical-marijuana/) - [Keras vs Tensorflow](https://www.pyimagesearch.com/2018/10/08/keras-vs-tensorflow-which-one-is-better-and-which-one-should-i-learn/) - [Deep Learning and Medical Image Analysis for Malaria Detection](https://www.pyimagesearch.com/2018/12/03/deep-learning-and-medical-image-analysis-with-keras/) +- [Transfer Learning for Image Classification using Keras](https://towardsdatascience.com/transfer-learning-for-image-classification-using-keras-c47ccf09c8c8) ### Miscellaneous: From 20508172af0b9cab07deb0dcc5b3d669f626b8ed Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 23 Dec 2018 23:26:18 +0530 Subject: [PATCH 5/7] Added Smile Classifier using CNN tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7e2643..5230ff5 100644 --- a/README.md +++ b/README.md @@ -416,6 +416,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Keras vs Tensorflow](https://www.pyimagesearch.com/2018/10/08/keras-vs-tensorflow-which-one-is-better-and-which-one-should-i-learn/) - [Deep Learning and Medical Image Analysis for Malaria Detection](https://www.pyimagesearch.com/2018/12/03/deep-learning-and-medical-image-analysis-with-keras/) - [Transfer Learning for Image Classification using Keras](https://towardsdatascience.com/transfer-learning-for-image-classification-using-keras-c47ccf09c8c8) +- [Code a Smile Classifier using CNNS in Python](https://github.com/kylemcdonald/SmileCNN) ### Miscellaneous: From 2a80a875cf39c24c2828b4174e09abb4bda42175 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 23 Dec 2018 23:34:08 +0530 Subject: [PATCH 6/7] Added NLP tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5230ff5..6c11d2f 100644 --- a/README.md +++ b/README.md @@ -417,6 +417,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Deep Learning and Medical Image Analysis for Malaria Detection](https://www.pyimagesearch.com/2018/12/03/deep-learning-and-medical-image-analysis-with-keras/) - [Transfer Learning for Image Classification using Keras](https://towardsdatascience.com/transfer-learning-for-image-classification-using-keras-c47ccf09c8c8) - [Code a Smile Classifier using CNNS in Python](https://github.com/kylemcdonald/SmileCNN) +- [Natural Language Processing using scikit-learn](https://towardsdatascience.com/natural-language-processing-count-vectorization-with-scikit-learn-e7804269bb5e) ### Miscellaneous: From d004a8251bf89a13e7e7b355a106e39aa281edb9 Mon Sep 17 00:00:00 2001 From: sayands Date: Sun, 23 Dec 2018 23:53:26 +0530 Subject: [PATCH 7/7] Added a Jupyter notebook extension tutorial in JS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c11d2f..3c26ca5 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build 30 things in 30 days with 30 tutorials](https://javascript30.com) - [Build an App in Pure JS](https://medium.com/codingthesmartway-com-blog/pure-javascript-building-a-real-world-application-from-scratch-5213591cfcd6) +- [Build a Jupyter Notebook Extension](https://link.medium.com/wWUO7TN8SS) ## HTML and CSS: