Machine Learning Models

Exploring the Four Key Types

Lined Circle
Lined Circle

Supervised Learning

Trains models on labeled data to predict outcomes based on input.

Unsupervised Learning

Analyzes unlabeled data to find hidden patterns and groupings.

Uses both labeled and unlabeled data for improved learning efficiency.

Semi-Supervised Learning

Reinforcement Learning

Learns through trial and error, optimizing actions based on rewards.

Lined Circle

Decision Trees

A model that splits data into branches for classification or regression.

Support Vector Machines (SVM)

Classifies data by finding the best hyperplane in high-dimensional space.

Classifies data based on the majority class of its nearest neighbors.

K-Nearest Neighbors (KNN)