tensorflow-federated


Nametensorflow-federated JSON
Version 0.74.0 PyPI version JSON
download
home_pagehttp://tensorflow.org/federated
SummaryTensorFlow Federated is an open-source federated learning framework.
upload_time2024-03-21 02:31:27
maintainerNone
docs_urlNone
authorGoogle Inc.
requires_python<3.12,>=3.9
licenseApache 2.0
keywords tensorflow federated machine learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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!

            

Raw data

            {
    "_id": null,
    "home_page": "http://tensorflow.org/federated",
    "name": "tensorflow-federated",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.9",
    "maintainer_email": null,
    "keywords": "tensorflow federated machine learning",
    "author": "Google Inc.",
    "author_email": "packages@tensorflow.org",
    "download_url": null,
    "platform": null,
    "description": "TensorFlow Federated (TFF) is an open-source framework for machine learning and\nother computations on decentralized data. TFF has been developed to facilitate\nopen research and experimentation with Federated Learning (FL), an approach to\nmachine learning where a shared global model is trained across many\nparticipating clients that keep their training data locally. For example, FL has\nbeen used to train prediction models for mobile keyboards without uploading\nsensitive typing data to servers.\n\nTFF enables developers to use the included federated learning algorithms with\ntheir models and data, as well as to experiment with novel algorithms. The\nbuilding blocks provided by TFF can also be used to implement non-learning\ncomputations, such as aggregated analytics over decentralized data.\n\nTFF's interfaces are organized in two layers:\n\n* Federated Learning (FL) API\n\n  The `tff.learning` layer offers a set of high-level interfaces that allow\n  developers to apply the included implementations of federated training and\n  evaluation to their existing TensorFlow models.\n\n* Federated Core (FC) API\n\n  At the core of the system is a set of lower-level interfaces for concisely\n  expressing novel federated algorithms by combining TensorFlow with distributed\n  communication operators within a strongly-typed functional programming\n  environment. This layer also serves as the foundation upon which we've built\n  `tff.learning`.\n\nTFF enables developers to declaratively express federated computations, so they\ncould be deployed to diverse runtime environments. Included with TFF is a\nsingle-machine simulation runtime for experiments. Please visit the\ntutorials and try it out yourself!\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "TensorFlow Federated is an open-source federated learning framework.",
    "version": "0.74.0",
    "project_urls": {
        "Documentation": "https://www.tensorflow.org/federated",
        "Homepage": "http://tensorflow.org/federated",
        "Issues": "https://github.com/tensorflow/federated/issues",
        "Releases": "https://github.com/tensorflow/federated/releases",
        "Source": "https://github.com/tensorflow/federated"
    },
    "split_keywords": [
        "tensorflow",
        "federated",
        "machine",
        "learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fcfcf62d4d9115a91d59c5420d2504b69348f3cf07b6dedf32c48ef66b501f1c",
                "md5": "e9c13cd74f5ffe83253e63899960eda0",
                "sha256": "e0f88d53cc186e0c5200096afcec25d358188f9458cdd91c314a70e5fd93dfd5"
            },
            "downloads": -1,
            "filename": "tensorflow_federated-0.74.0-py3-none-manylinux_2_31_x86_64.whl",
            "has_sig": false,
            "md5_digest": "e9c13cd74f5ffe83253e63899960eda0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 70656677,
            "upload_time": "2024-03-21T02:31:27",
            "upload_time_iso_8601": "2024-03-21T02:31:27.152777Z",
            "url": "https://files.pythonhosted.org/packages/fc/fc/f62d4d9115a91d59c5420d2504b69348f3cf07b6dedf32c48ef66b501f1c/tensorflow_federated-0.74.0-py3-none-manylinux_2_31_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 02:31:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tensorflow",
    "github_project": "federated",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "tensorflow-federated"
}
        
Elapsed time: 0.37095s