Data Science

Supplier Relationship Management & Machine Learning / AI

Supplier relationship management (SRM) is the process of managing supplier relationships to develop and maintain a strategic procurement partnership. SRM…

2 years ago

Feedforward Neural Network Python Example

A feedforward neural network, also known as a multi-layer perceptron, is composed of layers of neurons that propagate information forward.…

2 years ago

Artificial Intelligence (AI) for Telemedicine: Use cases, Challenges

In this post, you will learn about different artificial intelligence (AI) use cases of Telemedicine / Telehealth including some of…

2 years ago

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

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