TensorFlow 페더레이션
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
TensorFlow Federated(TFF) 플랫폼은 두 개의 레이어로 구성됩니다.
- Federated Learning(FL), 기존 Keras 또는 비 Keras 머신러닝 모델을 TFF 프레임워크에 연결하는 상위 수준 인터페이스입니다. 페데레이션 학습 알고리즘의 세부 사항을 연구하지 않고도 페데레이션 훈련 또는 평가와 같은 기본 작업을 수행할 수 있습니다.
- Federated Core(FC), 강력한 형식의 함수형 프로그래밍 환경 내에서 TensorFlow와 분산 통신 연산자를 결합하여 사용자 정의 페데레이션 알고리즘을 간결하게 표현하는 하위 수준 인터페이스입니다.
실제 예제를 사용하여 주요 TFF 개념 및 API를 안내하는 다음 튜토리얼을 읽어보세요. TFF를 사용할 환경을 구성하려면 설치 지침을 따르세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-02-12(UTC)
[null,null,["최종 업데이트: 2024-02-12(UTC)"],[],[],null,["# TensorFlow Federated\n\n\u003cbr /\u003e\n\nThe TensorFlow Federated (TFF) platform consists of two layers:\n\n- [Federated Learning (FL)](/federated/federated_learning), high-level interfaces to plug existing Keras or non-Keras machine learning models into the TFF framework. You can perform basic tasks, such as federated training or evaluation, without having to study the details of federated learning algorithms.\n- [Federated Core (FC)](/federated/federated_core), lower-level interfaces to concisely express custom federated algorithms by combining TensorFlow with distributed communication operators within a strongly-typed functional programming environment.\n\nStart with the [TFF tutorials](/federated/tutorials/tutorials_overview) that walk you\nthrough the main TFF concepts and APIs using practical examples. Make sure to\nfollow the [installation instructions](/federated/install) to configure your environment\nfor use with TFF.\n\nThe more detailed guides (see the left sidebar of this page) then provide\nreference information on important topics."]]