From 77350f1ec431898a11b94775f660d94cb4de3bc3 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 11:31:10 +0530 Subject: [PATCH 1/3] Added Linear Regression Python Tutorial --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e8f9ba6..418c51f 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ### Machine Learning: +* [Write Linear Regression From Scratch in Python](https://www.youtube.com/watch?v=uwwWVAgJBcM) + +### Machine Learning: + * [Using Convolutional Neural Nets to Detect Facial Keypoints](http://danielnouri.org/notes/2014/12/17/using-convolutional-neural-nets-to-detect-facial-keypoints-tutorial/) * [Generate an Average Face using Python and OpenCV](https://www.learnopencv.com/average-face-opencv-c-python-tutorial/) From 13fa1a318dd72b35a9c4985c2a53f20c97b52966 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 11:31:35 +0530 Subject: [PATCH 2/3] Fixed Header Issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 418c51f..8b5206c 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Write Linear Regression From Scratch in Python](https://www.youtube.com/watch?v=uwwWVAgJBcM) -### Machine Learning: +### Deep Learning: * [Using Convolutional Neural Nets to Detect Facial Keypoints](http://danielnouri.org/notes/2014/12/17/using-convolutional-neural-nets-to-detect-facial-keypoints-tutorial/) * [Generate an Average Face using Python and OpenCV](https://www.learnopencv.com/average-face-opencv-c-python-tutorial/) From 1da39bd80d5dbcd62e8ec41f8c09709962417a54 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 11:34:46 +0530 Subject: [PATCH 3/3] Added GoLang tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b5206c..a57c491 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Part 5: Address](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/) * [Part 6: Transactions 2](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/) * [Part 7: Network](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/) +* [Build Web Application with GoLang](https://legacy.gitbook.com/book/astaxie/build-web-application-with-golang/details) ## PHP: