From 746b80b514b4d6d1bdcc9cbca617bed775ff6b31 Mon Sep 17 00:00:00 2001 From: Wonsuk Lee Date: Thu, 22 Feb 2024 11:11:35 +0900 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c50fb8c..ced0b65 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ The rough roadmap for FL CG is as follows: * Why WASI?: Although a whole machine learning framework could be potentially compiled into Wasm, special hardware acceleration is often needed in order to be performant. For example, SIMD instructions such as AVX512 on a CPU can speed up performance by several hundred times. Other hardware acclerator examples are GPU, TPU, FPGA. All of those acceleration mechanisms are not available within Wasm. In addition, the field of machine learning is still evolving rapidly, with new operations and network topologies emerging continuously. It would be a challenge to define an evolving set of operations to support in the API ## References +* [Federated Learning Papers in ArXiv](https://arxiv.org/search/?query=Federated+Learning&searchtype=all&source=header) * 2020.06, [연합학습 기술 동향 및 산업적 시사점](https://ksp.etri.re.kr/ksp/plan-report/file?id=791) * 2022.06, [산업분야에서 연합학습 동향 및 시사점](https://www.koren.kr/lib/Common/Com/ComDownload.asp?ttp=brd1&tno=1498)