인공신경망은 거의 Lipschitz 가정을 만족하는 함수라서 업데이트된 새로운 형태의 변수공간에서 성능향상이 가능한 것변화율이 상수로 제한되어 있다는 의미 Lipschitz continuousWhen f:X→Yf : X\rightarrow Yf:X→Y, every x1,x2∈Xx_1, x_2 \in Xx1,x2∈X satisfy for some L≥0L \ge 0L≥0 for ∣∣f(x1)−f(x1)∣∣≤L∣∣x1−x2∣∣||f(x_1)- f(x_1) ||\le L||x_1 - x_2||∣∣f(x1)−f(x1)∣∣≤L∣∣x1−x2∣∣ LLL (Lipschitz constant) exists.LLL is limit condition that constraint rate of change 0021 Gradient Descent & Momentum - Deepest Documentationhttps://deepestdocs.readthedocs.io/en/latest/002_deep_learning_part_1/0021/