Question: Input Examples { x 1 , . . . , xN } , loss function L ( ) = 1 N iL ( , xi

Input Examples {x1,...,xN}, loss function L()=1NiL(,xi).
Parameters: learning rate t, noise scale, , group size L, gradient norm bound C.
Initialize 0 randomly
for t in [T] do
Take a random sample Lt with sampling probability L/N
Compute gradient For each i in Lt, compute gt(xi)tL(t,xi)
Clip gradient gt(xi)gt(xi)/max(1,gt(xi)2C)
Add noise g~t1L(igt(xi)+N(0,2C2I))
Descent t+1ttg~t
Output T and compute the overall privacy cost (,) using a privacy accounting method.
Task: Read the algorithm above. Write down, for each symbol/notation used in the algorithm, what it represents. Pay particular attention to the symbol gt(xi) and its various modifications.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!