• Keine Ergebnisse gefunden

Algorithms and Uncertainty Summer Term 2020

N/A
N/A
Protected

Academic year: 2022

Aktie "Algorithms and Uncertainty Summer Term 2020"

Copied!
1
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Thomas Kesselheim July 1, 2020

Alexander Braun Due: July 8, 2020 at noon

Algorithms and Uncertainty Summer Term 2020

Exercise Set 9

Exercise 1: (2+2 Points)

Let each l(t)i ∈ {0,1}. We consider the following Greedy algorithm. In each step t, the algorithm selects It which satisfies It = arg mini∈[n]L(t−1)i , i.e. the expert with the best cumulative cost so far (ties are broken adversarially).

(a) Show that L(TAlg) ≤n·miniL(Ti )+ (n−1)

(b) Is the result of (a) surprising? Argue by the use of an appropriate lower bound.

Exercise 2: (5 Points)

State a no-regret algorithm for the case that `(t)i ∈[−ρ, ρ] for all i and t. Also give a bound for the regret. You should reuse algorithms and results from the lectures.

Hint: Chapter 4 of lecture 16 might be helpful.

Exercise 3: (5 Points)

We consider a different form of feedback. After stept, the algorithm does not get to know`(t)i for allibut a noisy version. More precisely, an adversary first fixes the sequence`(1), . . . , `(T), where all costs are in [0,1]. Afterwards, from this sequence ¯`(1), . . . ,`¯(T) is computed, where

(t)i =`(t)ii(t) and νi(t) is an independent random variable on [−, ] withE[νi(t)] = 0.

State a no-regret algorithms and a bound for the regret. Use the previous exercise and the ideas presented in lecture 17.

Exercise 4: (3 Points)

In the lecture, we used that E h

miniPT t=1`(t)i

i

≤miniE hPT

t=1`(t)i i

orE h

maxiPT t=1r(t)i

i

≥ maxiEh

PT t=1r(t)i i

respectively. Give a proof of this inequality.

Referenzen

ÄHNLICHE DOKUMENTE

Therefore, we consider the Vertex Cover problem: The task is to cover edges in a graph where an edge can be covered by its incident vertices.. We are interested in finding a

Note that you should see this also as a chance to talk about definitions, proof ideas and techniques in addition to only working out a formal solution for the tasks. If you do not

Note that you should see this also as a chance to talk about definitions, proof ideas and techniques in addition to only working out a formal solution for the tasks.. If you do not

Hint: You can mainly use the idea from the lecture - in addition, you should consider that a randomized algorithm is allowed to match two vertices with some probability instead

(a) Show that the unweighted offline version of Set Cover (i.e. all sets have a cost of 1) is a special case of the directed offline Steiner Tree problem. Remark: The directed

Show that the Entropical regularizer is η 1 -strongly convex with respect to the ` 1 -norm in the experts setting. Hint: Pinsker’s inequality can be

Therefore, consider an α-competitive online algorithm for the online Steiner tree problem on complete graphs satisfying the triangular inequality (a.k.a. metric Steiner tree

You should reuse algorithms and results from the lectures.. Exercise 2: