Technical
Beginner
1 min read
Beginner
Updated Jul 05, 2026
Machine Learning
Question
What is an Algorithm?
Answer
An algorithm is the mathematical procedure used to learn from data and build a model.
Different algorithms are suited to different types of problems.
Examples:
- Linear Regression
- Logistic Regression
- Decision Tree
- Random Forest
- Support Vector Machine (SVM)
- K-Nearest Neighbors (KNN)
More Machine Learning questions
What is Machine Learning?
What are the types of Machine Learning?
Difference between AI, ML, and Deep Learning?
What is Underfitting?
What is a Machine Learning Model?
Difference between Classification and Regression?
What is Linear Regression?
What is Logistic Regression?
What is a Decision Tree?
What is Random Forest?
What is K-Means Clustering?