top of page



Confusion matrix in machine learning
A confusion matrix is a N x N matrix that is used to interpret model evaluation performance systematically. Here N is the number of...
rishabhdwivedi062
Nov 5, 20222 min read
81 views
0 comments

Understand logistic regression and logit function in depth.
Logistic Regression is a classification algorithm where we only have two choices either true or false. A categorical target variable is...
rishabhdwivedi062
Oct 28, 20221 min read
48 views
0 comments

House price prediction using linear regression model
We will be building a House Price prediction model using linear regression, I will try to make everything simple for you. You can access...
rishabhdwivedi062
Oct 5, 20223 min read
62 views
0 comments

How to optimize linear regression model using gradient descent.
It is an optimization algorithm that works iteratively and aims to find the minimum value of a convex function with respect to a set of...
rishabhdwivedi062
Sep 23, 20222 min read
40 views
0 comments

What is linear regression in machine learning
Linear regression is a statistical method that is used for predictive analysis. It is used to predict sales, salary, prices, age, etc....
rishabhdwivedi062
Sep 21, 20221 min read
34 views
0 comments

Model evaluation metrics in machine learning
They are used to calculate the errors in machine learning models, we will have a detailed look at various model evaluation techniques. 1....
rishabhdwivedi062
Sep 16, 20222 min read
38 views
0 comments

How to handle categorical variables in machine learning
Categorical variables are the non-numeric data present in the dataset. We can use it to well to enhance the accuracy of our machine...
rishabhdwivedi062
Sep 12, 20223 min read
27 views
0 comments

Data exploration and preprocessing in machine learning - House Price Prediction.
Data exploration and preprocessing are the key aspects of machine learning. With proper exploration and preprocessing we can enhance the...
rishabhdwivedi062
Sep 4, 20223 min read
33 views
0 comments

What is descriptive statistics in machine learning?
Descriptive statistics are calculated only for numerical variables. It gives us the detailed results of our dataset which includes mean,...
rishabhdwivedi062
Aug 29, 20221 min read
29 views
0 comments

Types of graphs used in machine learning
Graphs are the most useful thing used in data exploration and feature engineering part of machine learning. With the help of graphs, we...
rishabhdwivedi062
Aug 27, 20221 min read
162 views
0 comments
What is Exploratory Data Analysis in machine learning?
EDA is a process of summarizing data, identifying patterns and relationships, and detecting outliers. This type of data analysis in...
rishabhdwivedi062
Aug 26, 20222 min read
135 views
0 comments

Understand variables and their type in Machine Learning.
A variable represents one specific characteristic of the data or tells specific information about the data. The above table represents...
rishabhdwivedi062
Aug 24, 20221 min read
36 views
0 comments

Types of machine learning algorithms.
Machine learning contains a set of algorithms that work on a huge amount of data. Data is fed to these algorithms to train them, and on...
rishabhdwivedi062
Aug 19, 20222 min read
147 views
0 comments

What is Machine Learning? Understand it with a real world example!
Machine learning is the ability of machines to learn from past experiences and predict future outcomes. Therefore it is an art to teach...
rishabhdwivedi062
Aug 15, 20222 min read
275 views
0 comments
bottom of page