Support Vector Machine (SVM)

Support Vector Machine, SVM is a supervised machine learning algorithm best suited for classification purposes. It can be us…

Apriori Algorithm in Machine learning

Have you noticed that whenever you are searching for products on amazon you can see that it shows the frequently bought toge…

Logistic Regression

Logistic regression is a supervised machine learning algorithm for classification. The goal of logistic regression is to pre…

Naive Bayes Classifier

Naive Bayes classifier is a set of supervised machine learning algorithms used for classification tasks, like text classific…

Linear and Polynomial Regression

Regression is a supervised machine learning model that is used to predict a continous value based on the labeled dataset (L…

Load More
That is All