heatflow


Nameheatflow JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryHeatFlow is a python framework to work with neural networks, tensor, etc.
upload_time2024-06-18 06:36:22
maintainerNone
docs_urlNone
authorSatyam Mishra
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
  <img src="https://github.com/introlix/HeatFlow/blob/main/images/flame_repo.jpeg" width="300"/>
  <h1 align="center">HeatFlow</h1>
</p>

--------------------------------------------------------------------------------

HeatFlow is a python framework to work with neural networks, tensor, etc. It also provides some useful functions for machine learning and deep learning. HeatFlow gives you full control on your code. It is written on top of numpy which makes it blazing fast compared to other. It uses jit to make the code run as fast as possible.

## Get Started

```bash
pip install heatflow
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "heatflow",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Satyam Mishra",
    "author_email": "tubex998@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9b/71/141135c2437a29feafe53c142a27f7b51f43e27d85de363284f15cab0476/heatflow-0.0.1.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n  <img src=\"https://github.com/introlix/HeatFlow/blob/main/images/flame_repo.jpeg\" width=\"300\"/>\n  <h1 align=\"center\">HeatFlow</h1>\n</p>\n\n--------------------------------------------------------------------------------\n\nHeatFlow is a python framework to work with neural networks, tensor, etc. It also provides some useful functions for machine learning and deep learning. HeatFlow gives you full control on your code. It is written on top of numpy which makes it blazing fast compared to other. It uses jit to make the code run as fast as possible.\n\n## Get Started\n\n```bash\npip install heatflow\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "HeatFlow is a python framework to work with neural networks, tensor, etc.",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f1711714f246f1b38a8e99e259bdc83735a24b12fb6a1d48a695c2edf64fdff8",
                "md5": "cc23a8c653e154d1194939d2a1a5515c",
                "sha256": "3b31e1ec30f95bf5b934fd8b145ba6ead0a52b3d7b2317106dd88ce8d2cf42a5"
            },
            "downloads": -1,
            "filename": "heatflow-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cc23a8c653e154d1194939d2a1a5515c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 22374,
            "upload_time": "2024-06-18T06:36:18",
            "upload_time_iso_8601": "2024-06-18T06:36:18.466898Z",
            "url": "https://files.pythonhosted.org/packages/f1/71/1714f246f1b38a8e99e259bdc83735a24b12fb6a1d48a695c2edf64fdff8/heatflow-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9b71141135c2437a29feafe53c142a27f7b51f43e27d85de363284f15cab0476",
                "md5": "264d3f05f4b3a376c0f6541f62084f8b",
                "sha256": "50752a3b43b529c089548d77dbee7f59193be3bacc98f0ba3e4c0c0a62f2e9a5"
            },
            "downloads": -1,
            "filename": "heatflow-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "264d3f05f4b3a376c0f6541f62084f8b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 17546,
            "upload_time": "2024-06-18T06:36:22",
            "upload_time_iso_8601": "2024-06-18T06:36:22.122240Z",
            "url": "https://files.pythonhosted.org/packages/9b/71/141135c2437a29feafe53c142a27f7b51f43e27d85de363284f15cab0476/heatflow-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-18 06:36:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "heatflow"
}
        
Elapsed time: 0.35225s