TensorFlow Federated是一个开源的联邦学习框架。
项目描述
TensorFlow Federated (TFF) is an open-source framework for machine learning and
other computations on decentralized data. TFF has been developed to facilitate
open research and experimentation with Federated Learning (FL), an approach to
machine learning where a shared global model is trained across many
participating clients that keep their training data locally. For example, FL has
been used to train prediction models for mobile keyboards without uploading
sensitive typing data to servers.
TFF enables developers to use the included federated learning algorithms with
their models and data, as well as to experiment with novel algorithms. The
building blocks provided by TFF can also be used to implement non-learning
computations, such as aggregated analytics over decentralized data.
TFF's interfaces are organized in two layers:
* Federated Learning (FL) API
The `tff.learning` layer offers a set of high-level interfaces that allow
developers to apply the included implementations of federated training and
evaluation to their existing TensorFlow models.
* Federated Core (FC) API
At the core of the system is a set of lower-level interfaces for concisely
expressing novel federated algorithms by combining TensorFlow with distributed
communication operators within a strongly-typed functional programming
environment. This layer also serves as the foundation upon which we've built
`tff.learning`.
TFF enables developers to declaratively express federated computations, so they
could be deployed to diverse runtime environments. Included with TFF is a
single-machine simulation runtime for experiments. Please visit the
tutorials and try it out yourself!
项目详情
关闭
哈希值 for tensorflow_federated_nightly-0.19.0.dev20220218-py2.py3-none-any.whl
算法 | 哈希摘要 | |
---|---|---|
SHA256 | e8605ae3cb3809d471bfcafa6b60e0ed2b62e65e5d08467c0f40a52fd32599cb |
|
MD5 | cb69b80972dcce381262fb53d288b695 |
|
BLAKE2b-256 | 78eee4b046825a7111020b1815e56cc00521dd916b4edd9436824d64622cbb6d |