keras-nightly


Namekeras-nightly JSON
Version 2.14.0.dev2023052807 PyPI version JSON
download
home_pagehttps://keras.io/
SummaryDeep learning for humans.
upload_time2023-05-28 07:45:42
maintainer
docs_urlNone
authorKeras team
requires_python>=3.8
licenseApache 2.0
keywords keras tensorflow machine learning deep learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Keras is a deep learning API written in Python,
running on top of the machine learning platform TensorFlow.

It was developed with a focus on enabling fast experimentation and
providing a delightful developer experience.
The purpose of Keras is to give an *unfair advantage* to any developer
looking to ship ML-powered apps.

Keras is:

-   **Simple** -- but not simplistic. Keras reduces developer *cognitive load*
    to free you to focus on the parts of the problem that really matter.
    Keras focuses on ease of use, debugging speed, code elegance & conciseness,
    maintainability, and deployability (via TFServing, TFLite, TF.js).
-   **Flexible** -- Keras adopts the principle of *progressive disclosure of
    complexity*: simple workflows should be quick and easy, while arbitrarily
    advanced workflows should be *possible* via a clear path that builds upon
    what you've already learned.
-   **Powerful** -- Keras provides industry-strength performance and
    scalability: it is used by organizations and companies including NASA,
    YouTube, and Waymo. That's right -- your YouTube recommendations are
    powered by Keras, and so is the world's most advanced driverless vehicle.

            

Raw data

            {
    "_id": null,
    "home_page": "https://keras.io/",
    "name": "keras-nightly",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "keras,tensorflow,machine learning,deep learning",
    "author": "Keras team",
    "author_email": "keras-users@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/f4/cc/bc10e1581ce4906a7f071d9268e94b4cbaf7a0dace70d2ea109e1ee06a3e/keras-nightly-2.14.0.dev2023052807.tar.gz",
    "platform": null,
    "description": "Keras is a deep learning API written in Python,\nrunning on top of the machine learning platform TensorFlow.\n\nIt was developed with a focus on enabling fast experimentation and\nproviding a delightful developer experience.\nThe purpose of Keras is to give an *unfair advantage* to any developer\nlooking to ship ML-powered apps.\n\nKeras is:\n\n-   **Simple** -- but not simplistic. Keras reduces developer *cognitive load*\n    to free you to focus on the parts of the problem that really matter.\n    Keras focuses on ease of use, debugging speed, code elegance & conciseness,\n    maintainability, and deployability (via TFServing, TFLite, TF.js).\n-   **Flexible** -- Keras adopts the principle of *progressive disclosure of\n    complexity*: simple workflows should be quick and easy, while arbitrarily\n    advanced workflows should be *possible* via a clear path that builds upon\n    what you've already learned.\n-   **Powerful** -- Keras provides industry-strength performance and\n    scalability: it is used by organizations and companies including NASA,\n    YouTube, and Waymo. That's right -- your YouTube recommendations are\n    powered by Keras, and so is the world's most advanced driverless vehicle.\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Deep learning for humans.",
    "version": "2.14.0.dev2023052807",
    "project_urls": {
        "Download": "https://github.com/keras-team/keras/tags",
        "Homepage": "https://keras.io/"
    },
    "split_keywords": [
        "keras",
        "tensorflow",
        "machine learning",
        "deep learning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90ce1c0c122cfb78e8cf3b1f70311371c5e6b1547b291c958d6abfe667b1c73f",
                "md5": "b2228386a586cdca3acc8aea82563cf5",
                "sha256": "f2a5275ff6a4b011e8de45d18ea2aa53342a7287ded8dbf185f33d4b8338e778"
            },
            "downloads": -1,
            "filename": "keras_nightly-2.14.0.dev2023052807-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b2228386a586cdca3acc8aea82563cf5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 1706166,
            "upload_time": "2023-05-28T07:45:38",
            "upload_time_iso_8601": "2023-05-28T07:45:38.640996Z",
            "url": "https://files.pythonhosted.org/packages/90/ce/1c0c122cfb78e8cf3b1f70311371c5e6b1547b291c958d6abfe667b1c73f/keras_nightly-2.14.0.dev2023052807-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f4ccbc10e1581ce4906a7f071d9268e94b4cbaf7a0dace70d2ea109e1ee06a3e",
                "md5": "06e1c6ee0c54153960751328d0cdbf9c",
                "sha256": "b845cacb911546226486405b35b55f7f15e0e52f3d132df56401cfbb28c984dc"
            },
            "downloads": -1,
            "filename": "keras-nightly-2.14.0.dev2023052807.tar.gz",
            "has_sig": false,
            "md5_digest": "06e1c6ee0c54153960751328d0cdbf9c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 1249160,
            "upload_time": "2023-05-28T07:45:42",
            "upload_time_iso_8601": "2023-05-28T07:45:42.410051Z",
            "url": "https://files.pythonhosted.org/packages/f4/cc/bc10e1581ce4906a7f071d9268e94b4cbaf7a0dace70d2ea109e1ee06a3e/keras-nightly-2.14.0.dev2023052807.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-28 07:45:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "keras-team",
    "github_project": "keras",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "keras-nightly"
}
        
Elapsed time: 0.12452s