Category Archives

Decision tree implementation using Python

Decision Tree is one of the most powerful and popular algorithm. Decision-tree algorithm falls under the category of supervised...

Decision tree implementation using Python

Decision Tree is one of the most powerful and popular algorithm. Decision-tree algorithm falls under the category of supervised...

Decision Tree Introduction with example

Decision tree algorithm falls under the category of supervised learning. They can be used to solve both regression and...

Decision Tree Introduction with example

Decision tree algorithm falls under the category of supervised learning. They can be used to solve both regression and...

Decision Tree Regression using sklearn

Decision Tree is a decision-making tool that uses a flowchart-like tree structure or is a model of decisions and...

Decision Tree Regression using sklearn

Decision Tree is a decision-making tool that uses a flowchart-like tree structure or is a model of decisions and...

Decision Tree

Decision Tree : Decision tree is the most powerful and popular tool for classification and prediction. A Decision tree...

Decision Tree

Decision Tree : Decision tree is the most powerful and popular tool for classification and prediction. A Decision tree...

Using SVM to perform classification on a non-linear dataset

Definition of a hyperplane and SVM classifier: For a linearly separable dataset having n features (thereby needing n dimensions...

Using SVM to perform classification on a non-linear dataset

Definition of a hyperplane and SVM classifier: For a linearly separable dataset having n features (thereby needing n dimensions...

Support Vector Machines(SVMs) in R

In machine learning, Support vector machine(SVM) are supervised learning models with associated learning algorithms that analyze data used for...

Support Vector Machines(SVMs) in R

In machine learning, Support vector machine(SVM) are supervised learning models with associated learning algorithms that analyze data used for...

SVM Hyperparameter Tuning using GridSearchCV

A Machine Learning model is defined as a mathematical model with a number of parameters that need to be...

SVM Hyperparameter Tuning using GridSearchCV

A Machine Learning model is defined as a mathematical model with a number of parameters that need to be...

Support Vector Machines(SVMs) in Python

Introduction to SVMs: In machine learning, support vector machines (SVMs, also support vector networks) are supervised learning models with...

Support Vector Machines(SVMs) in Python

Introduction to SVMs: In machine learning, support vector machines (SVMs, also support vector networks) are supervised learning models with...

Naive Bayes Classifiers

This article discusses the theory behind the Naive Bayes classifiers and their implementation. Naive Bayes classifiers are a collection...

Naive Bayes Classifiers

This article discusses the theory behind the Naive Bayes classifiers and their implementation. Naive Bayes classifiers are a collection...

Logistic Regression using Tensorflow

Brief Summary of Logistic Regression: Logistic Regression is Classification algorithm commonly used in Machine Learning. It allows categorizing data...

Logistic Regression using Tensorflow

Brief Summary of Logistic Regression: Logistic Regression is Classification algorithm commonly used in Machine Learning. It allows categorizing data...