Skip to content

Machine Learning #592

Answered by TatyOko28
houstonTaleubou asked this question in Q&A
Discussion options

You must be logged in to vote

Supervised Learning:

Uses labeled data (input-output pairs).
The model learns from past data and makes predictions.
Examples: Regression, Classification (e.g., Spam detection, Face recognition).
Algorithms: Linear Regression, Decision Trees, Support Vector Machines (SVM), Neural Networks.
Unsupervised Learning:

Uses unlabeled data (no predefined outputs).
The model finds hidden patterns and relationships in data.
Examples: Clustering, Anomaly Detection (e.g., Customer segmentation, Fraud detection).
Algorithms: K-Means, DBSCAN, PCA, Autoencoders.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by houstonTaleubou
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants