Quiz 0
Quiz 0
Quiz 0
1 Instructions
This quiz will not affect your marks. It will help me get to know you and understand your skills, preferences,
and background knowledge. Its purpose is for me to see how to best enable you to succeed in this course.
2 Personal details
- Name:
- Research program and year (e.g. PhD 1st year):
- Department:
- Research area(s):
- Which other courses are you taking this semester? (titles, not course numbers):
- Do you have access to a GPU?
4 Background knowledge
For each of the following subjects and skills, rate your level of knowledge and comfort in the range 0 to 5
where: 0 means you have never had any prior exposure to this subject, 5 means that you have mastered it.
Programming Experience
- How comfortable do you feel programming in: Python, C++, Matlab?
- How much experience do you have with automatic differentiation frameworks for deep learning (e.g.
pytorch, tensorflow, theano, mxnet etc.)?
- How much experience do you have with scientific computing libraries (e.g. numpy, scipy, eigen etc.)?
- Have you ever programmed real robot hardware before? If so, give one example.
1
– What are the restrictions on the covariance matrix Σ?
– Is it possible that p(x) > 1 for some x?
- If θ denotes the parameters of a model/a hypothesis and x denotes the evidence/the observed data:
Optimization
Neural Networks
Control Theory
2
Reinforcement Learning
- Have you taken a course on reinforcement learning? If so, which one? (online included)
- Which RL algorithms have you implemented or used?
- If s is a state and a is an action, applied to a system with deterministic dynamics st+1 = f (st , at ),
stochastic policy π(at |st ), and deterministic reward function r(s, a), can you define Q(s, a) and V (s)?