Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 707 Bytes

Week1-MI.md

File metadata and controls

23 lines (13 loc) · 707 Bytes

Week 1: Module Introduction

04/02/2022 KevinZonda

For Solving Optimisation Problems

Optimisation Problems: find a solution that minimises/maximises one or more objective functions.

AI can Automatically create models from data

No guaranteed to find optimal solutions in a reasonable amount of time.

  • Traveling salesman
  • Bin packing problems

Can also be done by Logics

What is AI?

Russell & Norvig: based on "act rationally"

  • AI is the area od CS which studies rational agents
  • Rational Agents are computer programmes that perceive their environment and take actions that maximise their chances of achieving the best [expected] outcome.