Skip to main content

Recently Updated Pages

learning theory

ML Machine Learning

Questions Explain what is the VC dimension of a hypothesis space and what it is used for. (6) As ...

Updated 1 year ago by Paolo Basso

linear models for regression

ML Machine Learning

Questions Describe and compare Ridge regression and LASSO algorithms to solve linear regression p...

Updated 1 year ago by Paolo Basso

Introduction

FAI - Foundations of Artificial Intelli... Informed Search Algorithms

An informed search uses domain-specific hints about the location of goals to find solutions more ...

Updated 1 year ago by Paolo Basso

reinforcement learning

ML Machine Learning

Questions Describe and compare Q-learning and SARSA. (4) Describe the difference between on-polic...

Updated 1 year ago by Paolo Basso

Markov Decision Processes

ML Machine Learning

Questions Describe the properties of the Bellman operators. (1) ... Describe the policy iteration...

Updated 1 year ago by Paolo Basso

list of questions

ML Machine Learning

List of question and appearances as 2023-06-06: Question Appearances Topic Describe and co...

Updated 1 year ago by Paolo Basso

kernel methods

ML Machine Learning

CS480/680 Lecture 11: Kernel Methods Questions from past exams Give the definition of valid k...

Updated 1 year ago by Paolo Basso

bias-variance, model selection and model ensembles

ML Machine Learning

Questions Describe the PCA technique and what it is used for. (3) Principal Component Analysis (P...

Updated 1 year ago by Paolo Basso

linear models for classification

ML Machine Learning

Questions Describe the Perceptron model and how it is trained. (1) The Perceptron algorithm is an...

Updated 1 year ago by Paolo Basso

Bayesian Networks

FAI - Foundations of Artificial Intelli... Uncertainty

Bayesian Networks are data structure that represents the dependencies among random categorical va...

Updated 1 year ago by Paolo Basso

Minimax search

FAI - Foundations of Artificial Intelli... Adversarial Search

MAX wants to find a sequence of actions leading to a win, but MIN has something to say about it. ...

Updated 1 year ago by Paolo Basso

A* search

FAI - Foundations of Artificial Intelli... Informed Search Algorithms

The most common informed search algorithm is A* search (pronounced “A-star search”), a best-first...

Updated 1 year ago by Paolo Basso

Depth-limited and iterative deepening search

FAI - Foundations of Artificial Intelli... Uninformed Search Algorithms

Depth-limited To keep depth-first search from wandering down an infinite path, we can use depth-l...

Updated 1 year ago by Paolo Basso

Depth-first search

FAI - Foundations of Artificial Intelli... Uninformed Search Algorithms

Depth-first search always expands the deepest node in the frontier first. It could be implemented...

Updated 1 year ago by Paolo Basso

Breadth-first search

FAI - Foundations of Artificial Intelli... Uninformed Search Algorithms

When all actions have the same cost, an appropriate strategy is breadth-first search, in which th...

Updated 1 year ago by Paolo Basso

Example problems on uncertainty

FAI - Foundations of Artificial Intelli... Uncertainty

Some example problems that could be asked in the exam: Given some knowledge about a problem, rep...

Updated 1 year ago by Paolo Basso

Introduction to uncertainty

FAI - Foundations of Artificial Intelli... Uncertainty

Agents in the real world need to handle uncertainty, whether due to partial observability, nondet...

Updated 1 year ago by Paolo Basso

Uncertainty over time

FAI - Foundations of Artificial Intelli... Uncertainty

We consider the Markov assumption: The current state $X_t$ depends on only a finite fixed number ...

Updated 1 year ago by Paolo Basso

Q-learning

FAI - Foundations of Artificial Intelli... Reinforcement learning

We apply a policy to explore the environment in order to collect information and we keep a progre...

Updated 1 year ago by Paolo Basso

Value function and Q-function

FAI - Foundations of Artificial Intelli... Reinforcement learning

The total reward is typically defined s the expected discounted cumulative reward. We can define...

Updated 1 year ago by Paolo Basso