PHD Discussions Logo

Ask, Learn and Accelerate in your PhD Research

Question Icon Post Your Answer

Question Icon

7 years ago in Algorithms By Amrit Singh

Machine learning algorithms

Which are the commonly used machine learning algorithms? Any suggestions?

All Answers (3 Answers In All)

By Sriya Rawat Answered 7 years ago

Well, as per my knowledge ‘linear regression’ is most commonly used. Probably it is the simplest among all the other algorithms.

By Balram Meena Answered 7 years ago

Linear regression is definitely used by many, but then logistic regression and decision tree algorithms are widely used. Logistic regression performs binary operation, on the other hand, decision tree handle feature interaction.

By Dani khan Answered 7 years ago

Balram, decision tree is used very rarely. SVM is commonly used. It is used in pattern recognition and classification of problems. Applications of SVM includes,
Detecting persons with common diseases such as diabetes
Handwritten character recognition
Text categorization
Stock market price prediction

Your Answer