Lipschitz Assumption

Creator
Creator
Seonglae Cho
Created
Created
2023 Jun 6 8:35
Editor
Edited
Edited
2024 Jun 18 13:36
Refs
Refs
인공신경망은 거의 Lipschitz 가정을 만족하는 함수라서 업데이트된 새로운 형태의 변수공간에서 성능향상이 가능한 것
변화율이 상수로 제한되어 있다는 의미
 

Lipschitz continuous

When f:XYf : X\rightarrow Y, every x1,x2Xx_1, x_2 \in X satisfy for some L0L \ge 0 for f(x1)f(x1)Lx1x2||f(x_1)- f(x_1) ||\le L||x_1 - x_2|| LL (Lipschitz constant) exists.
LL is limit condition that constraint rate of change
 
 
 
 
 

Backlinks

Actor Critic

Recommendations