toydl


Nametoydl JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://shenxiangzhuang.github.io/toydl
SummaryToyDL: Deep Learning from Scratch
upload_time2023-10-10 13:29:17
maintainer
docs_urlNone
authorXiangzhuang Shen
requires_python>=3.8,<4.0
licenseMIT
keywords machine learning statistics engineering
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center" style="font-size:40px; margin:0px 10px 0px 10px">
    <em>ToyDL</em>
</p>
<p align="center">
    <em>Deep Learning from Scratch</em>
</p>

<p align="center">
<a href="https://codecov.io/gh/shenxiangzhuang/toydl" target="_blank">
    <img src="https://codecov.io/gh/shenxiangzhuang/toydl/branch/master/graph/badge.svg" alt="Coverage">
</a>
<a href="https://pypi.org/project/toydl" target="_blank">
    <img src="https://badge.fury.io/py/toydl.svg" alt="PyPI Package">
</a>
</p>

# Installation
```bash
pip install toydl
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://shenxiangzhuang.github.io/toydl",
    "name": "toydl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "machine learning,statistics,engineering",
    "author": "Xiangzhuang Shen",
    "author_email": "datahonor@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9e/75/dbb4493efde8c5ac9bbea9a722dd48a97e6e720b111bc02b405623170505/toydl-0.2.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\" style=\"font-size:40px; margin:0px 10px 0px 10px\">\n    <em>ToyDL</em>\n</p>\n<p align=\"center\">\n    <em>Deep Learning from Scratch</em>\n</p>\n\n<p align=\"center\">\n<a href=\"https://codecov.io/gh/shenxiangzhuang/toydl\" target=\"_blank\">\n    <img src=\"https://codecov.io/gh/shenxiangzhuang/toydl/branch/master/graph/badge.svg\" alt=\"Coverage\">\n</a>\n<a href=\"https://pypi.org/project/toydl\" target=\"_blank\">\n    <img src=\"https://badge.fury.io/py/toydl.svg\" alt=\"PyPI Package\">\n</a>\n</p>\n\n# Installation\n```bash\npip install toydl\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ToyDL: Deep Learning from Scratch",
    "version": "0.2.0",
    "project_urls": {
        "Homepage": "https://shenxiangzhuang.github.io/toydl",
        "Repository": "https://github.com/shenxiangzhuang/toydl"
    },
    "split_keywords": [
        "machine learning",
        "statistics",
        "engineering"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b6047907b0a6b89db1d9b2023b93fb4b1e0278adad9d08011116137802985f6",
                "md5": "d84706d4a616c0101cdc2f1c5cef2d9a",
                "sha256": "7c4dd32a81415aa3fa0a36a73c828808a9d49f73b190e4a4550cdc9737b7a16e"
            },
            "downloads": -1,
            "filename": "toydl-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d84706d4a616c0101cdc2f1c5cef2d9a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 13704,
            "upload_time": "2023-10-10T13:29:15",
            "upload_time_iso_8601": "2023-10-10T13:29:15.539031Z",
            "url": "https://files.pythonhosted.org/packages/8b/60/47907b0a6b89db1d9b2023b93fb4b1e0278adad9d08011116137802985f6/toydl-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e75dbb4493efde8c5ac9bbea9a722dd48a97e6e720b111bc02b405623170505",
                "md5": "19f2df399e2fca267a1be9a82528cacd",
                "sha256": "02eb06573c4eed023f7f400acb5e967854fedf8f3764d4c283793c2955d80d85"
            },
            "downloads": -1,
            "filename": "toydl-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "19f2df399e2fca267a1be9a82528cacd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 10459,
            "upload_time": "2023-10-10T13:29:17",
            "upload_time_iso_8601": "2023-10-10T13:29:17.547122Z",
            "url": "https://files.pythonhosted.org/packages/9e/75/dbb4493efde8c5ac9bbea9a722dd48a97e6e720b111bc02b405623170505/toydl-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-10 13:29:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shenxiangzhuang",
    "github_project": "toydl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "toydl"
}
        
Elapsed time: 0.11883s