logo

Crowdly

Browser

Додати до Chrome

ITI0210 Tehisintellekti ja masinõppe alused (2025/26 sügis)

Шукаєте відповіді та рішення тестів для ITI0210 Tehisintellekti ja masinõppe alused (2025/26 sügis)? Перегляньте нашу велику колекцію перевірених відповідей для ITI0210 Tehisintellekti ja masinõppe alused (2025/26 sügis) в moodle.taltech.ee.

Отримайте миттєвий доступ до точних відповідей та детальних пояснень для питань вашого курсу. Наша платформа, створена спільнотою, допомагає студентам досягати успіху!

A "Hidden Markov Model" (HMM) consists of:
0%
0%
0%
0%
100%
0%
Переглянути це питання
In "Iterative Deepening Search" (IDS), we:
0%
100%
0%
0%
0%
0%
Переглянути це питання
Which search algorithm is guaranteed to find the shortest path in an unweighted graph?
0%
0%
0%
0%
100%
0%
Переглянути це питання

In Q-Learning, we often use an -greedy strategy.

Task:

1. Explain what the parameter

(epsilon) controls.

2. Imagine a scenario: A robot is learning to navigate a cliff edge. It receives -100 for falling off and -1 for every step. If

is kept high (e.g., 0.5) throughout the entire training and testing phase, how will the robot's behavior likely differ from the optimal path?

Переглянути це питання
What is the main advantage of CNNs over fully connected networks for image analysis?
0%
0%
0%
0%
0%
100%
Переглянути це питання

The Vaccuum World contains two rooms: A and B, and an intelligent agent, the vaccuum cleaner. The task of the agent is to keep the rooms clean.

tolmuimejamaailm

The agent's actions:

ActionCostEffect
Right1Moves right (to room B)
Left1Moves left (to room A)
Vacuum1Room becomes clean
NoOp0-

At each step the agent receives sensor data as input: 1.) room, A or B 2.) the state, clean or dirty. After that the agent performs one action. The agent's program:

def decide_action(room, status):

if status == "dirty": return "Vacuum"

elif room == "A": return "Right"

else: return "Left"

Suppose the agent works n=10 steps from the state given in the picture above. We evaluate the performance of the agent as follows:

What is the performance of the agent after 10 steps?

Переглянути це питання

Calculate P(IAIB3=yes|KnowsBayes=yes)P(IAIB3=yes|KnowsBayes=yes)

Переглянути це питання

Calculate P(IAIB3=yes)

Переглянути це питання

Calculate P(KnowsBayes=yes)P(KnowsBayes=yes).

Can be calculated from the probabilities we found so far, check the formulas given in the beginning.

Переглянути це питання

What is the probability P(KnowsBayes=yes|IAIB3=no) given in the text?

Переглянути це питання

Хочете миттєвий доступ до всіх перевірених відповідей на moodle.taltech.ee?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome