Category Archives

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...

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...

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...