Skip to content

AI ML Analytics

  • Home
  • About
  • Topics
    • Exploratory Data Analysis
    • Machine Learning
    • Statistics
    • Data Visualization
Subscribe
Logistic Regression
Posted inMachine Learning

Logistic Regression : Practical Example

Logistic regression is a powerful and widely used algorithm in machine learning, particularly for binary classification problems. Despite its name, it is not a regression model in the traditional sense.…
Posted by tkhan.kiit@gmail.com November 29, 2024
Cooks Distance - Absence of Outliers or Influential Points
Posted inMachine Learning

Cooks Distance – Absence of Outliers or Influential Points

Cook's Distance is a statistical measure used to identify influential data points or outliers in regression analysis. Specifically, it helps us determine if any particular data point significantly influences the…
Posted by tkhan.kiit@gmail.com November 24, 2024
Heteroscedasticity
Posted inMachine Learning

Heteroscedasticity in Logistic Regression

In simple terms, homoscedasticity means that the spread (or variance) of the residuals (the differences between observed and predicted values) remains constant across all levels of the predicted values. In…
Posted by tkhan.kiit@gmail.com November 24, 2024
Machine Learning Project
Posted inMachine Learning

End to End Machine Learning Project – Part 2

This Post is a continuation of the part 1 where we discussed about the various steps that should be kept in mind before starting a project in machine learning.  To…
Posted by tkhan.kiit@gmail.com October 6, 2024
supervised learning
Posted inMachine Learning

End to End Machine Learning Project – Part 1

This post is part 1 of approaching a machine learning project. Given a problem statement, we will try to see how this can be solved using machine learning and what…
Posted by tkhan.kiit@gmail.com October 6, 2024
Feature Scaling
Posted inArtificial Intelligence and Machine Learning Exploratory Data Analysis

Feature Scaling

What is Feature Scaling Feature Scaling is a preprocessing step in Machine Learning that involves transforming the features of your dataset onto a similar scale. The primary purpose of Feature…
Posted by tkhan.kiit@gmail.com February 12, 2024
Multiple Linear Regression
Posted inMachine Learning

Multiple Linear Regression

In this post, we will go over all the nitty gritty details around Multiple Linear Regression, but first let's start with understanding what is Multiple Linear Regression. Multiple linear regression…
Posted by tkhan.kiit@gmail.com February 8, 2024
Cost Function
Posted inMachine Learning

Mathematical derivation of Cost Function and Gradient Descent

In Linear Regression, Cost Function and Gradient Descent are considered fundamental concepts that play a very crucial role in training a model. Let's try to understand this in detail and…
Posted by tkhan.kiit@gmail.com January 28, 2024
Pros and Cons of Implementing Linear Regression
Posted inMachine Learning

Pros and Cons of Implementing Linear Regression

Linear regression is a statistical method that can be used to model the relationship between a dependent and one or more independent variables. Now you might be wondering, this is…
Posted by tkhan.kiit@gmail.com January 27, 2024
Different types of Encoding
Posted inExploratory Data Analysis

Different types of Encoding

Encoding is a technique of converting categorical variables into numerical values so that it could be easily fitted to a machine learning model. Before getting into the details, let's understand…
Posted by tkhan.kiit@gmail.com February 26, 2021

Posts pagination

1 2 3 … 5 Next page
Recent Blogs
  • Logistic Regression : Practical Example
  • Cooks Distance – Absence of Outliers or Influential Points
  • Heteroscedasticity in Logistic Regression
  • End to End Machine Learning Project – Part 2
  • End to End Machine Learning Project – Part 1
Get new posts by email
You May Have Missed
Logistic Regression
Posted inMachine Learning

Logistic Regression : Practical Example

Posted by tkhan.kiit@gmail.com November 29, 2024
Cooks Distance - Absence of Outliers or Influential Points
Posted inMachine Learning

Cooks Distance – Absence of Outliers or Influential Points

Posted by tkhan.kiit@gmail.com November 24, 2024
Heteroscedasticity
Posted inMachine Learning

Heteroscedasticity in Logistic Regression

Posted by tkhan.kiit@gmail.com November 24, 2024
Machine Learning Project
Posted inMachine Learning

End to End Machine Learning Project – Part 2

Posted by tkhan.kiit@gmail.com October 6, 2024
Search
Categories
  • Artificial Intelligence and Machine Learning
  • Data Visualization
  • Exploratory Data Analysis
  • Machine Learning
  • Statistics
Archives