There are two type of Machine Learning Algorithm
- Classification
- Regression
- Classification

- Classification means predict discrete values from group of values. As show classification of values among Class A and B
- Algorithm Neural Network, CNN, Yolo, ResNet, SVM, KNN, Decision Tree, etc mostly use.
- Deep learning is mostly use for classification in Image processing
- Regression

- Regression means predict continues values from gvien Input.
- Here in graph as show values of Dependent Variable are continues prediction from Independent Variables like Features/Columns
- Like House Price Pedictions from data of House price with different features like Rooms, locality, Furnish, Unfurnish, Real Estate Market,etc
- Algorithm Linear Regression, Logistic Regression, Polynomial regression, SVM, Ridge Regression, KNN,Neural Network Regression, Lasso Regression, Decision Tree Regression,etc mostly use
Leave a comment