diff --git a/.DS_Store b/.DS_Store index 175ed525891086f1553508160a7b349e48caab08..b2adf6dc242ed123d289c5a0ff7b49e6a091e1b5 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/public/index.html b/public/index.html index 2988214fd8b70df2a2f22e7a6a511daf94e3635f..4e2dc3c4e1a38e63dafcda64e7503ff513b408fc 100644 --- a/public/index.html +++ b/public/index.html @@ -37,7 +37,7 @@ <ol> <li>로컬 클라이언트에서 소유한 데이터만을 가지고 개별적으로 학습</li> <li>로컬에서 학습한 결과 gradient를 중앙 서버로 전송</li> - <li>중앙 서버에서 로컬 클라이언트의 gradient를 aggregate</li> + <li>중앙 서버에서 로컬 클라이언트의 <i>gradient를 aggregate</i></li> <li>aggregate된 gradient를 다시 클라이언트로 전송하여 로컬의 모델 업데이트</li> </ol>