Normal Distribution Explained with Python Examples

2 years ago

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

Tensor Broadcasting Explained with Examples

2 years ago

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

Regularization in Machine Learning: Concepts & Examples

2 years ago

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

Measure Code Quality using Cyclomatic Complexity

2 years ago

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

Frequentist vs Bayesian Probability: Difference, Examples

2 years ago

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

Checklist for Effective Code Review

2 years ago

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

SVM Classifier using Sklearn: Code Examples

2 years ago

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

NFT Use Cases & Applications Examples

2 years ago

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

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

2 years ago

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

Stochastic Gradient Descent Python Example

2 years ago

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