type
status
date
slug
summary
tags
category
icon
password
Learning Agents and Data
Reasons for ML
- Hard to modle the world's dynamics
- Effectiveness of algorithm tied to model quality
- Hard to state goal( What is a picture of a cat?)
Symbols
- Data: features, col. vector dimension D | label scalar dim I
- Data matrix:
- colume vector
Models -- Supervised Learning
- Linear regression
- K - nearest neighbor
- Decision trees
- Perceptron
What if we don't have any label?
Unsupervised learning
- Look for patterns ( "Measure the distribution")
- Clustering
How to represent the data
- Everything need to be a number
- Use data preparation function