python
This article talks about some essential hacks and tricks for practicing machine learning with Python.
This article discusses about some useful advice and Q/A for machine learning/data science ‘starters’. We cover key books, courses, foundation knowledge, mathematics, and programming...
This article talks about how the gradient descent algorithm works and describes the implementation from scratch in python.
This quick post is to share a method with which you can perform linear as well as multiple linear regression, in literally 6 lines...
The article talks about how logistic regression works and how you can easily implement it from scratch using python as well as using sklearn
this quick post talks about a very popular and easy way of detecting faces using Haar cascades in OpenCV and Python.