DS Concepts DS Languages

Logistic Regression using R

Logistic Regression using R: Introduction Hi MLEnthusiasts! Today, we will learn how to implement logistic regression using R that too on a well-known dataset, The Titanic Dataset! So, our analysis becomes by getting some information about the dataset, like what all variables are in our dataset and what do we have to predict. What to […]

Continue Reading
Uncategorized

Face Detection using OpenCV in Live Video

Hi learners!! We always come across the problem face detection in machine learning and we always jut think that how we can create a face detection algorithm in the easiest and fastest way. Well here is the answer! we will use OpenCV library of python for detecting faces in the live video being fed using […]

Continue Reading
DS Concepts DS Languages

Face Detection in Live Video

Face Detection in Live Video: Introduction Hi learners! We always come across the problem face detection in machine learning and we always jut think that how we can create a face detection algorithm in the easiest and fastest way. Well here is the answer! we will use OpenCV library of python for detecting faces in […]

Continue Reading
Data Visualization

LASSO REGRESSION AND ITS IMPLEMENTATION WITH PYTHON

Hi Everyone! Today, we will learn about Lasso regression/L1 regularization, the mathematics behind ridge regression and how to implement it using Python! To build a great foundation on the basics, let’s understand few points given below: Firstly, let us have a look at the Sum of square of errors function, that is defined as It […]

Continue Reading
DS Concepts DS Languages

Lasso Regression Using Python

Lasso Regression Using Python Hi Everyone! Today, we will learn about Lasso regression/L1 regularization, the mathematics behind lit and how to implement lasso regression using Python! Building foundation to implement Lasso Regression using Python Sum of squares function Firstly, let us have a look at the Sum of square of errors function, that is defined […]

Continue Reading
Back To Top