AI Flashcards

1
Q

How can AI be used to Solve Machine Learning Problem?

A
  • Automatically create models from data to perform certain tasks through machine learning
  • Not Guaranteed perfect model, but will find good model depending on difficulty of problem
  • Good for problem where it is difficult to create good models manually
  • Good for problems that don’t require perfect answers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

AI in Optimisation Problems:

A
  • Solve them in a reasonable amount of time through optimisation techniques
  • No guarantee to find optimal solution in reasonable amount of time but a good solution
  • Good for problems where no specific technique exists that guarantees that optimal solution can be found
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Think Humanly?

A

-Can machine think humanly?
- Can we consider machine as human?
- How to define think humanly?
==> With AI we need to define things with mathematical forms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Act Humanly?

A
  • What can humans do?
  • What if human’s action is wrong?
    ==> Doesn’t mean we shouldn’t copy the wrong actions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Think Rationally?

A
  • Think Logically?
  • Logical AI?
  • Too Narrow?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Act Rationally?

A

==> Rationality: Doing the right thing can be mathematically defined & General enough, linked to human behaviour

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define AI using ‘Rational Agents’:

A

Rational Agents are computer programs that perceive their environments & take actions that maximize their chances of achieving best EXPECTED outcome

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Machine Learning?

A

An agent is learning if it improves its performance after making observations about the world.

Machine Learning when the agent is a Computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Machine Learning Problem?

A

Problems that require a model to be built automatically from data e.g => to make classification

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the forms of Machine Learning?

A
  • Supervised Learning
  • Unsupervised Learning
  • Reinforcement Learning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Supervised Learning?

A
  • Most popular form in Real World
  • Learning with a Teacher
  • Teacher: expected output, labels, classes, etc.
  • Solve 2 types of Problems : Classification & Regression Problem
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Classification Problem?
{Give example}

A
  • Predict categorical class Labels

==> Spam Detection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Regression Problem?
{Give example}

A
  • Prediction of a Real Value

==> Student Grades, Stock Price Prediction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define Supervised Learning:

A

Agents Observe input-output pairs & learns a function that maps from input to output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Define Unsupervised Learning:

A

Agent Learns patterns in the input without any explicit feedback

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Unsupervised Learning?

A
  • Learning without a teacher
  • Find Hidden Structures
    Clustering ==> Group inputs based on similar properties
17
Q

What is Reinforcement Learning?

A
  • COMBO of Supervised & Unsupervised
  • Learning with (delayed) feedback / reward –> Don’t have instant labels
  • Learn series of actions => Sequence of decision Making

Agents learn from a series of Reinforcement Rewards & Punishment. Decides which of the actions prior to reinforcement were most responsible for it and alter actions towards more reward in Future.

18
Q
A