AI-Introduction-2

Lucas-TY

AI|Jan 30, 2024|Last edited: Feb 1, 2024|
type
status
date
slug
summary
tags
category
icon
password

Learning Agents and Data

Reasons for ML

  1. Hard to modle the world's dynamics
    1. Effectiveness of algorithm tied to model quality
  1. 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

Kinds of data

Problems