Skip to content

Instantly share code, notes, and snippets.

@misostack
Created June 15, 2025 09:36
Show Gist options
  • Save misostack/94db622d778df0c31f319c68962b2330 to your computer and use it in GitHub Desktop.
Save misostack/94db622d778df0c31f319c68962b2330 to your computer and use it in GitHub Desktop.
Machine Learning

Machine Learning

Supervised Learning

image

Regression

Hồi quy tuyến tính

image

@misostack
Copy link
Author

Regression: Predict a number from inifinitely many possible outputs

@misostack
Copy link
Author

Classification

image

image

image

@misostack
Copy link
Author

Regression vs Classification

image

@misostack
Copy link
Author

Unsupervised Learning

Supervised Learning: learn from data labeled with the "right answers"
Unsupervised learning: learn something interesting in unlabeled data.

image

Example - Google News

image

Example - Clustering DNA microarray

image
image

Automate find structures/patterns of data.

Example - Clustering Grouping Customers

image

@misostack
Copy link
Author

Unsupervised Learning Algorithm

image

Clustering

Group similar data points together

Anomaly Detection

Find unsual data points

Dimensionality Direction

Compress data using fewer numbers

image

@misostack
Copy link
Author

Linear Regression Model

  1. House Price

image

image
image

  1. Project Estimation Price

@misostack
Copy link
Author

Cost function

image
image

@misostack
Copy link
Author

image

@misostack
Copy link
Author

image

@misostack
Copy link
Author

image
image
image
image
image

@misostack
Copy link
Author

image
image
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment