python

Some Essential Hacks and Tricks for Machine Learning with…

This article talks about some essential hacks and tricks for practicing machine learning with Python.
Dr. Tirthajyoti Sarkar
8 min read

Essential beginners’ Q/A for machine learning/data science

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...
Dr. Tirthajyoti Sarkar
8 min read

Tutorial on Linear Regression using Gradient Descent

This article talks about how the gradient descent algorithm works and describes the implementation from scratch in python.
Adarsh Menon
3 min read

Linear Regression in 6 lines of 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...
Adarsh Menon
1 min read

Tutorial on Logistic Regression using Gradient Descent with Python

The article talks about how logistic regression works and how you can easily implement it from scratch using python as well as using sklearn
Adarsh Menon
5 min read

Face Detection in 2 Minutes using OpenCV & Python

this quick post talks about a very popular and easy way of detecting faces using Haar cascades in OpenCV and Python.
Adarsh Menon
1 min read