Ajitesh Kumar

Information Theory, Machine Learning & Cross-Entropy Loss

 What is information theory? How is information theory related to machine learning? These are some of the questions that we…

3 years ago

Normal Distribution Explained with Python Examples

What is normal distribution? It's a probability distribution that occurs in many real world cases.  In this blog post, you…

3 years ago

Tensor Broadcasting Explained with Examples

In this post, you will learn about the concepts of Tensor Broadcasting with the help of Python Numpy examples. Recall that Tensor is…

3 years ago

Regularization in Machine Learning: Concepts & Examples

In machine learning, regularization is a technique used to avoid overfitting. This occurs when a model learns the training data…

3 years ago

Measure Code Quality using Cyclomatic Complexity

The article talks about how McCabe's cyclomatic complexity could be used to measure several different aspects of code quality. The…

3 years ago

Frequentist vs Bayesian Probability: Difference, Examples

In this post, you will learn about the difference between Frequentist vs Bayesian Probability.  It is of utmost importance to understand these concepts if…

3 years ago

Checklist for Effective Code Review

Are you involved in day-to-day code reviews? Would you like to suggest to your team members a checklist that can…

3 years ago

SVM Classifier using Sklearn: Code Examples

In this post, you will learn about how to train an SVM Classifier using Scikit Learn or SKLearn implementation with the help of code…

3 years ago

NFT Use Cases & Applications Examples

What are NFTs? NFTs (non-fungible tokens) are a relatively new type of cryptocurrency that have a wide range of potential…

3 years ago

Non-fungible tokens (NFTs) & Real-world examples

You may have heard the term "non-fungible tokens (NFT)" but what do they mean? Basically, they are a type of…

3 years ago

Stochastic Gradient Descent Python Example

In this post, you will learn the concepts of Stochastic Gradient Descent (SGD) using a Python example. Stochastic gradient descent is…

3 years ago

Dummy Variables in Regression Models: Python, R

In linear regression, dummy variables are used to represent the categorical variables in the model. There are a few different…

3 years ago

Linear regression hypothesis testing: Concepts, Examples

In relation to machine learning, linear regression is defined as a predictive modeling technique that allows us to build a…

3 years ago

Correlation Concepts, Matrix & Heatmap using Seaborn

In this blog post, we'll be discussing correlation concepts, matrix & heatmap using Seaborn. For those of you who aren't…

3 years ago

What is Blockchain & How does it work?

Blockchain is a distributed database that allows for secure, transparent, and tamper-proof transactions. It was first introduced in 2009 as…

3 years ago

When to Use Which Clustering Algorithms?

There are many clustering machine learning algorithms to choose from when you want to cluster data. But which one should…

3 years ago