summaryrefslogtreecommitdiff
path: root/SI/Resource/Data Science/Machine Learning/Machine Learning.md
diff options
context:
space:
mode:
Diffstat (limited to 'SI/Resource/Data Science/Machine Learning/Machine Learning.md')
-rw-r--r--SI/Resource/Data Science/Machine Learning/Machine Learning.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/SI/Resource/Data Science/Machine Learning/Machine Learning.md b/SI/Resource/Data Science/Machine Learning/Machine Learning.md
index 7d39736..6dbb5e8 100644
--- a/SI/Resource/Data Science/Machine Learning/Machine Learning.md
+++ b/SI/Resource/Data Science/Machine Learning/Machine Learning.md
@@ -10,19 +10,21 @@ tags:
# Machine Learning
+## Definition
+
Machine Learning (ML) is a subset of artificial intelligence (AI) that focuses on the development of systems and algorithms that can learn from and make decisions or predictions based on data. The core idea is to enable a machine to make intelligent decisions or predictions without being explicitly programmed to perform the task.
-## Machine
+### Machine
Machine is a model or a function derived from data given by human
-## Learning
+### Learning
Learning is to find the best model represented data, meaning optimization of parameter
- Optimization of parameter: By statistical method or [[Gradient descent | gradient descent]]
-## Goal
+### Goal
[[Optimization]]: Find optimal parameters
@@ -30,7 +32,9 @@ Learning is to find the best model represented data, meaning optimization of par
- A model with the smallest difference between predictions $\hat{y}$ and actual values $y$
- A model parameter makes the smallest loss
-## Supervised Learning
+## Types of learning
+
+### Supervised Learning
1. [[Regression]]
- [[Linear Regression]] and [[Nonlinear Regression]]
@@ -46,7 +50,7 @@ Learning is to find the best model represented data, meaning optimization of par
- [[Bagging]]
- [[Boosting]]
-## Unsupervised Learning
+### Unsupervised Learning
1. [[Preprocessing]]
- [[Principal Component Analysis]] ([[Principal Component Analysis |PCA]])