image Post Your Answer


image

Machine learning algorithms

5 years ago in Algorithms By Amrit Singh


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

All Answers (3 Answers In All)

By Sriya Rawat Answered 5 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 5 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 5 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


View Related Questions



asked at 12 Nov, 2020 06:07 in Algorithms By Vishal