madnet


Namemadnet JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
SummaryTensor-based autdiff engine and neural network API
upload_time2024-05-23 17:17:14
maintainerNone
docs_urlNone
authorJordan Madden
requires_pythonNone
licenseNone
keywords python tensors neural networks automatic differentiation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
                        A package that allows one to perform tensor operations and 
                        obtain the derivatives of these tensors via reverse-mode 
                        automatic differentiation. A small neural network API is 
                        included via which one can build and train neural networks.
                    

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "madnet",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, tensors, neural networks, automatic differentiation",
    "author": "Jordan Madden",
    "author_email": "<jordanmadden285@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/91/25/5bd733159d2881d9d4d942d5a72990cbd8f60aedb0f34d29000f4b461e46/madnet-0.0.1.tar.gz",
    "platform": null,
    "description": "\n                        A package that allows one to perform tensor operations and \n                        obtain the derivatives of these tensors via reverse-mode \n                        automatic differentiation. A small neural network API is \n                        included via which one can build and train neural networks.\n                    \n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Tensor-based autdiff engine and neural network API",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        " tensors",
        " neural networks",
        " automatic differentiation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91555d407034522636ae59fb548b0b1ea0073f6bc9d702d2a98d7c836039ed65",
                "md5": "cdf9dba105c446eb3e5e3a8285137d78",
                "sha256": "a421782c9687f4ee2bacf3497855c087627b8fb8bcd491277ee04426cfdb6d5e"
            },
            "downloads": -1,
            "filename": "madnet-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cdf9dba105c446eb3e5e3a8285137d78",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5191,
            "upload_time": "2024-05-23T17:17:13",
            "upload_time_iso_8601": "2024-05-23T17:17:13.128732Z",
            "url": "https://files.pythonhosted.org/packages/91/55/5d407034522636ae59fb548b0b1ea0073f6bc9d702d2a98d7c836039ed65/madnet-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "91255bd733159d2881d9d4d942d5a72990cbd8f60aedb0f34d29000f4b461e46",
                "md5": "3ddddb341b3c720a9e0b45a2bb25ace9",
                "sha256": "afb87e5c130dad1415afe1188d80b0d65c94d7a85b3acc1b5dfcc75e307ef6cc"
            },
            "downloads": -1,
            "filename": "madnet-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3ddddb341b3c720a9e0b45a2bb25ace9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5312,
            "upload_time": "2024-05-23T17:17:14",
            "upload_time_iso_8601": "2024-05-23T17:17:14.944595Z",
            "url": "https://files.pythonhosted.org/packages/91/25/5bd733159d2881d9d4d942d5a72990cbd8f60aedb0f34d29000f4b461e46/madnet-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 17:17:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "madnet"
}
        
Elapsed time: 0.38637s