Archives for logistic regression - Page 2

22 Jun

Hands-On Guide to Predict Fake News Using Logistic Regression, SVM and Naive Bayes Methods

image-13423
image-13423

In this article, we will train the machine learning classifiers to predict whether given news is real news or fake news. For this task, we will train three popular classification algorithms - Logistics Regression, Support Vector Classifier and the Naive-Bayes to predict the fake news. After evaluating the performance of all three algorithms, we will conclude which among these three is the best in the task.

The post Hands-On Guide to Predict Fake News Using Logistic Regression, SVM and Naive Bayes Methods appeared first on Analytics India Magazine.

14 May

Understanding Logistic Regression In R With Machinehack’s Predict The Data Scientists Salary In India Hackathon

image-4494
image-4494

One of the most popular algorithms used in statistical analysis, Logistic Regression is a great tool for predictive analysis and has its applications firm rooted in Machine Learning. The algorithm is a classifier, which in Machine Learning or Data Science context refers to the ability to predict categorical values as opposed to Regression Algorithms which…

The post Understanding Logistic Regression In R With Machinehack’s Predict The Data Scientists Salary In India Hackathon appeared first on Analytics India Magazine.

16 Apr

10 Algorithms Every Machine Learning Enthusiast Should Know

image-4008
image-4008

It is very crucial for the machine learning enthusiasts to know and understands the basic and important machine learning algorithms in order to keep themselves up with the current trend. In this article, we list down 10 basic algorithms which play very important roles in the machine learning era. 1| Logistic Regression Logistic regression, also…

The post 10 Algorithms Every Machine Learning Enthusiast Should Know appeared first on Analytics India Magazine.