summaryrefslogtreecommitdiff
path: root/SI/Resource/Data Science/Machine Learning/Contents/Classification.md
diff options
context:
space:
mode:
Diffstat (limited to 'SI/Resource/Data Science/Machine Learning/Contents/Classification.md')
-rw-r--r--SI/Resource/Data Science/Machine Learning/Contents/Classification.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/SI/Resource/Data Science/Machine Learning/Contents/Classification.md b/SI/Resource/Data Science/Machine Learning/Contents/Classification.md
index 12c125e..d3b908d 100644
--- a/SI/Resource/Data Science/Machine Learning/Contents/Classification.md
+++ b/SI/Resource/Data Science/Machine Learning/Contents/Classification.md
@@ -7,11 +7,10 @@ tags:
- Machine-Learning
- Classification
---
-
# Classification
Classification in the context of machine learning and statistics is a type of supervised learning approach where the output variable is a category, such as "spam" or "not spam", or "disease" and "no disease". In classification, an algorithm is trained on a dataset of labeled examples, learning to associate input data points with the corresponding category label. Once trained, the model can then categorize new, unseen data points.
1. Input: Continuous (float), Discrete (categorical), etc.
2. Output: Discrete (categorical)
-3. Model types: Binary - [[Sigmoid]], polynomial - [[softmax]] \ No newline at end of file
+3. Model types: Binary - [[Sigmoid]], polynomial - [[softmax]]