machine learning

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

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…

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

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

2 years ago

Steps for Evaluating & Validating Time-Series Models

Time-series machine learning models are becoming increasingly popular due to the large volume of data that is now available. These…

2 years ago

Machine Learning with Alteryx: Examples

Alteryx is a self-service data analytics software platform that enables users to easily prep, blend, and analyze data all in…

2 years ago

Hate Speech Detection Using Machine Learning

Hate speech is a big problem on the internet. It can be found on social media, in comment sections, and…

2 years ago

Machine Learning with Graphs: Free online course(Stanford)

Are you interested in learning the concepts of machine learning with Graphs? Stanford University is offering a free online course…

2 years ago

Business Analytics Team Structure: Roles/ Responsibilities

Business analytics is a business function that has been around for years, but it's only recently gained traction as one…

2 years ago

Linear Regression Interview Questions for Data Scientists

This page lists down 40 regression (linear/univariate, multiple/multilinear/multivariate) interview questions  (in form of objective questions) which may prove to be…

2 years ago

Different Success / Evaluation Metrics for AI / ML Products

In this post, you will learn about some of the common success metrics that can be used for measuring the…

2 years ago

Warehouse Management & Machine Learning Use Cases

Warehouses are a vital part of the supply chain. Not only do they store products, but warehouses also play a…

2 years ago

Type I & Type II Errors in Hypothesis Testing: Examples

This article describes Type I and Type II errors made due to incorrect evaluation of the outcome of hypothesis testing,…

2 years ago

Cybersecurity Machine Learning Use Cases: Examples

Cybersecurity professionals are increasingly finding cybersecurity machine learning use cases in their work. The reason for this is that cybersecurity…

2 years ago

Elbow Method vs Silhouette Score – Which is Better?

In K-means clustering, elbow method and silhouette analysis or score techniques are used to find the number of clusters in…

2 years ago