From 77350f1ec431898a11b94775f660d94cb4de3bc3 Mon Sep 17 00:00:00 2001 From: sayands Date: Fri, 20 Apr 2018 11:31:10 +0530 Subject: [PATCH] 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/)