Checklist for Effective Code Review

3 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

3 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

3 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

3 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

3 years ago

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

Dummy Variables in Regression Models: Python, R

3 years ago

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

Book: First principles thinking for building winning products

3 years ago

Can innovation be taught and learned in a methodical manner? Can there be an innovation playbook using which, given a…

Linear regression hypothesis testing: Concepts, Examples

3 years ago

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

Correlation Concepts, Matrix & Heatmap using Seaborn

3 years ago

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

What is Blockchain & How does it work?

3 years ago

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