Decision Trees Decision trees utilize a tree-like model of decisions and their possible consequences.
Random Forest Random Forest combines multiple decision trees to improve accuracy and reduce overfitting.
Support Vector Machines (SVM) SVM is effective for classification and regression tasks, creating hyperplanes for decision-making.
Neural Networks Inspired by the human brain, neural networks consist of interconnected nodes, enabling complex pattern recognition.