Machine Learning

Scatter plot Matplotlib Python Example

If you're a data scientist, data analyst or a Python programmer, data visualization is key part of your job. And…

2 years ago

Why AI & Machine Learning Projects Fail?

AI / Machine Learning and data science projects are becoming increasingly popular for businesses of all sizes. Every organization is…

2 years ago

Weight Decay in Machine Learning: Concepts

Weight decay is a popular technique in machine learning that helps to improve the accuracy of predictions. In this post,…

2 years ago

Softmax Regression Explained with Python Example

In this post, you will learn about the concepts of what is Softmax regression/function with Python code examples and why…

2 years ago

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…

2 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…

2 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…

2 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…

2 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…

2 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…

2 years ago