Open in app

Sign In

Write

Sign In

Rahull Trehan
Rahull Trehan

6 Followers

Home

About

Jul 27, 2021

For Loop in Python

In python, there are a lot of times when we have to iterate through the values we have in our iterable variable. I am purposely mentioning the word iterable before the variable to highlight that there are objects which are capable of returning values one at a time and for…

For Loop

2 min read

For Loop

2 min read


Jul 21, 2021

Measurement of the accuracy of a binary classification problem

My previous article was about Confusion Matrix where we discussed the importance of it, how is it read and calculated and what are the implications of having imbalanced data, and how recall and precision values come to the rescue for the evaluation of an imbalanced classification problem. Starting with an…

F Beta

5 min read

Measurement of the accuracy of a binary classification problem
Measurement of the accuracy of a binary classification problem
F Beta

5 min read


Jun 21, 2021

Confusion Matrix

Confusion Matrix is one of the evaluation metrics for machine learning classification problems, where a trained model is being evaluated for accuracy and other performance measures. …

Confusion Matrix

6 min read

Confusion Matrix
Confusion Matrix
Confusion Matrix

6 min read


Jun 7, 2021

Feature Scaling in Machine Learning

In this article, I would like to cover one of the most important but most forgotten part of Machine Learning, that is, Feature Scaling. While we are working on our data preparation or EDA (Exploratory Data Analysis) we kind of focus a lot on all variables/features we have, we treat…

Feature Scaling

4 min read

Feature Scaling in Machine Learning
Feature Scaling in Machine Learning
Feature Scaling

4 min read


Jun 5, 2021

Covariance and Correlation

Covariance and Correlation are the terms you would come across very frequently while you are building models in machine learning. Conceptually it is very important to understand what these terms mean. Through this article we will see: What these two terms are? How Covariance and Correlation are different from each…

Covariance

3 min read

Covariance and Correlation
Covariance and Correlation
Covariance

3 min read


Jun 3, 2021

Hierarchical Clustering (Agglomerative)

Hierarchical Clustering is one of the most extensively used clustering techniques in unsupervised machine learning. It is a bit different from K-Means Clustering and we will explore the main core concept behind it and the key differences between various types of hierarchical clustering. Clustering is a technique that is used…

Agglomerative Clustering

5 min read

Hierarchical Clustering (Agglomerative)
Hierarchical Clustering (Agglomerative)
Agglomerative Clustering

5 min read


Jun 1, 2021

Ensemble Methods (Bagging and Boosting)

Ensemble Methods in Machine Learning relies on a very basic hypothesis that if we combine multiple models (weak learners) together it will result in a powerful model. In this article, I would again try and explain the core concept behind the ensemble methods without getting too much into technicalities, since…

Ensemble

3 min read

Ensemble Methods (Bagging and Boosting)
Ensemble Methods (Bagging and Boosting)
Ensemble

3 min read


May 31, 2021

The Lambda (𝜆) Parameter

The Lambda (𝜆) Parameter also known as the regularization rate is used to tune the overall impact of regularization on the complexity error. I have already covered the complexity error and regularization in one of my previous articles. The idea behind this is that we use this parameter to penalize…

Lambda Parameter

1 min read

The Lambda (𝜆) Parameter
The Lambda (𝜆) Parameter
Lambda Parameter

1 min read


May 31, 2021

Regularization in Regression

Regularization is one of the key technique which is used in Regression to address the overfitting and complexity issue if too many variables are present in the dataset. Again I would try to cover up the basic concept behind the regularization technique without getting into too many technicalities. In Regression…

Regularization

2 min read

Regularization in Regression
Regularization in Regression
Regularization

2 min read


May 30, 2021

Support Vector Machines (SVM)

SVM is one of the most important but difficult algorithms when it comes to understanding all the jargon it has. Through this article, I would like to discuss a few key concepts which build this algorithm. …

Svm

4 min read

Support Vector Machines (SVM)
Support Vector Machines (SVM)
Svm

4 min read

Rahull Trehan

Rahull Trehan

6 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech