From d24a446ac598f8db2961914ac2c24fc389a01db4 Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 18 Oct 2018 20:35:59 +0530 Subject: [PATCH 1/3] Added Deep Learning Tutorial for root health --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f63a05b..1e7e2c3 100644 --- a/README.md +++ b/README.md @@ -401,6 +401,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Use EigenFaces and FisherFaces on Faces94 dataset](https://nicholastsmith.wordpress.com/2016/02/18/eigenfaces-versus-fisherfaces-on-the-faces94-database-with-scikit-learn/) - [Kaggle MNIST Digit Recognizer Tutorial](https://medium.com/@lvarruda/how-to-get-top-2-position-on-kaggles-mnist-digit-recognizer-48185d80a2d4) - [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/) ### Miscellaneous: From 70eda97ab8bce4b5c1e20ad24a5a1153e1d4a88c Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 18 Oct 2018 20:37:03 +0530 Subject: [PATCH 2/3] Added Keras vs Tensorflow tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e7e2c3..86d9692 100644 --- a/README.md +++ b/README.md @@ -402,6 +402,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Kaggle MNIST Digit Recognizer Tutorial](https://medium.com/@lvarruda/how-to-get-top-2-position-on-kaggles-mnist-digit-recognizer-48185d80a2d4) - [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/) ### Miscellaneous: From a3137b454984e9f52dffd23f0a33a07235313859 Mon Sep 17 00:00:00 2001 From: sayands Date: Thu, 18 Oct 2018 20:40:35 +0530 Subject: [PATCH 3/3] Added Hand Keypoint Detection using OpenCV tutorial --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c4c9a0..d3f6429 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Automatic Target Detection Tutorial](https://www.pyimagesearch.com/2015/05/04/target-acquired-finding-targets-in-drone-and-quadcopter-video-streams-using-python-and-opencv/) - [EigenFaces using OpenCV](https://www.learnopencv.com/eigenface-using-opencv-c-python/) - [Faster(5-point) Facial Landmark Detection Tutorial](https://www.pyimagesearch.com/2018/04/02/faster-facial-landmark-detector-with-dlib/) +- [Hand Keypoint Detection](https://www.learnopencv.com/hand-keypoint-detection-using-deep-learning-and-opencv/) ### Deep Learning: @@ -514,6 +515,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Michael Herman's Blog](http://mherman.org/) - [Thinkster.io](http://thinkster.io) - [C Project Based Tutorials](https://www.reddit.com/r/C_Programming/comments/872rlt/c_project_based_tutorials/) + * [React Redux Links](https://github.com/markerikson/react-redux-links) * [Full Stack Python](https://www.fullstackpython.com/) * [Node School](https://nodeschool.io/)