top of page
All Blogs
Search


Does your data have a structure?
Historically, organizations have mainly focused on structured data for any kind of visualization or analysis. Traditional systems and...
Haripriya Saketh
Apr 28, 20213 min read


Demand Forecasting in Retail using Machine Learning
Machine learning is changing the way retailers do business!
Haripriya Saketh
Apr 1, 20215 min read


Vanishing and Exploding Gradients in Neural Networks
Image source In this blog, you will understand why the Vanishing and Exploding Gradient problem happens. What are Vanishing and Exploding...
Margi Patel
Jan 19, 20212 min read


What is Bias-Variance Trade-off in Machine Learning?
Image source In the process of building a Predictive Machine Learning model, we always come across some types of error, either with...
Margi Patel
Jan 4, 20213 min read


Basic understanding of simple Linear regression
Linear regression is the one of the most known and understood algorithms in statistics and machine learning. What is a linear regression...
Bhavika Madhu
Oct 21, 20202 min read


Decision Tree, Information Gain and Gini Index for Dummies
Decision Tree can be defined as a diagram or a chart that people use to determine a course of action or show a statistical probability.
Smriti Shakargaye
Oct 20, 20205 min read


Linear Regression In ML For Beginners
There are many blog postings out there about linear regression that give a better understanding of some concepts. There are also some...
Nihar Ranjan Mahalik
Oct 20, 20204 min read
What is “Line of Best fit” in linear regression?
Simple linear regression is a statistical method that allows us to summarize and study relationships between two variables: One variable...
Bhuvaneswari Gopalan
Sep 9, 20202 min read


Linear Regression
When we try to represent relationship between variables, one of them is determining factor and other is explanatory, it is called Linear...
Namrata Kapoor
Sep 6, 20202 min read
Classification Algorithm Part 1: Logistic Regression Using R Language
What is Logistic Regression? Logistic regression is used when the dependent variable is categorical. For example, To predict whether the...
Margi Patel
Aug 28, 20204 min read
Regression Algorithm Part 6: Random Forest Regression Using R Language
What is Random Forest Regression? Random Forest or Random Decision Forests are an ensemble learning method for classification and...
Margi Patel
Aug 3, 20202 min read
Regression Algorithm Part 5: Decision Tree Regression Using R Language
What is Decision Tree Regression? Decision trees are a non-parametric supervised learning method used for both classification and...
Margi Patel
Aug 3, 20203 min read
Regression Algorithm Part 4: Support Vector Regression Using R Language
What is Support Vector Regression? Support Vector Machine is a supervised machine learning algorithm that can be used for regression or...
Margi Patel
Aug 3, 20203 min read
Regression Algorithm Part 3: Polynomial Linear Regression Using R Language
What is a Polynomial Linear Regression? Polynomial Linear Regression is similar to the Multiple Linear Regression but the difference is,...
Margi Patel
Aug 3, 20203 min read
Regression Algorithm part2: Multiple Linear Regression Using R Language
What is a Multiple Linear Regression? Multiple Linear Regression is an extension of the simple linear regression algorithms to predict...
Margi Patel
Aug 3, 20202 min read
Regression Algorithm Part 1: Linear Regression Using R Language
What is a Linear Regression? Linear Regression is one of the supervised machine learning algorithms to predict values within a continuous...
Margi Patel
Aug 3, 20204 min read
bottom of page