Aii Test Flashcards

1
Q

What is the Hillclimbing problem and how does it work?

A

It’s the simplest AI algorithm.

It guesses random variables, runs the algorithm, assesses the outcome and repeats the process with the lates/ best outcome

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

What is the negative with the Hillclimbing approach and how can you over come it?

A

Making random decisions therefore could get stuck in a local minimum

You can over come it with simulated annealing

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

What is reinforcement learning?

A

-Reinforcement learning techniques establish a mapping of situations to actions so as to maximize a
numerical reward signal.
-Explicitly considers the whole problem of a goaldirected agent interacting with an unknown/uncertain
environment.
-Learning through trial and error.

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

What do the terms state, action, reward function, value function and policy refer to in reinforcement learning?

A

State- current state an environment is in and sends it to the agent
Action- Agent will act upon the input from state in the environment
Reward- feedback is given after the action is taken
Value-The value function estimates the long-term desirability or utility of being in a particular state. It represents the expected cumulative reward an agent can achieve from a given state by following a specific policy.

Policy- A policy is a strategy or rule that determines the agent’s behavior in a given state. It maps states to actions and guides the agent’s decision-making process.

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

What are Swarm Algorithms?

A

-A computational Method inspired by the behaviour of many living creatures
-They solve complex algorithms by simulating the collective behaviour of a group of simple agents (particles) that interact with each other and their environment

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

What is Supervised Learning?

A

-Learning from examples provided by a knowledgeable
external environment (supervisor).
- Environment directly indicates what the action should
have been.
-Such instructive feedback is independent of the output
actually given by the agent – no need to explore the
environment (passive).

Data- build model from data- get output- output adjust model

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

What is Unsupervised Learning?

A

 Unsupervised learning aims to capture the
structure of unlabelled data.
 The most well-known form is termed clustering.
 A cluster is a collection of data items that are
similar to each other and dissimilar to data
items in other clusters.

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