pmlayer


Namepmlayer JSON
Version 1.0.1 PyPI version JSON
download
home_pagehttps://github.com/IBM/pmlayer
Summarypmlayer: partially monotone layer
upload_time2023-04-14 08:50:37
maintainerHiroki Yanagisawa
docs_urlNone
authorHiroki Yanagisawa
requires_python>=3.6
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Partially Monotone Layer

Partially monotome layer (`pmlayer`) is a library for neural network models.
It provides several neural network layers to add monotonicity constraints on neural network models.
Current implementation is available only for PyTorch.

Read the [documentation](https://ibm.github.io/pmlayer/) to get started, and feel free to contact us for any inquiry.

# Installation

You can install `pmlayer` by using the `pip` command:

```pip install pmlayer```


# Citation

Please consider citing this paper.
> H. Yanagisawa, K. Miyaguchi, and T. Katsuki, "Hierarchical Lattice Layer for Partially Monotone Regression," NeurIPS 2022.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IBM/pmlayer",
    "name": "pmlayer",
    "maintainer": "Hiroki Yanagisawa",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "yanagis@jp.ibm.com",
    "keywords": "",
    "author": "Hiroki Yanagisawa",
    "author_email": "yanagis@jp.ibm.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/bc/97f5ee9f0d889831daccf75d3c66f5ac16639b20e5b79366465be1ce0ee1/pmlayer-1.0.1.tar.gz",
    "platform": null,
    "description": "# Partially Monotone Layer\n\nPartially monotome layer (`pmlayer`) is a library for neural network models.\nIt provides several neural network layers to add monotonicity constraints on neural network models.\nCurrent implementation is available only for PyTorch.\n\nRead the [documentation](https://ibm.github.io/pmlayer/) to get started, and feel free to contact us for any inquiry.\n\n# Installation\n\nYou can install `pmlayer` by using the `pip` command:\n\n```pip install pmlayer```\n\n\n# Citation\n\nPlease consider citing this paper.\n> H. Yanagisawa, K. Miyaguchi, and T. Katsuki, \"Hierarchical Lattice Layer for Partially Monotone Regression,\" NeurIPS 2022.\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "pmlayer: partially monotone layer",
    "version": "1.0.1",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b00140cfc8f24cd892f2b9417eadf4504d13545f52d1398b041e6ab62f8db29",
                "md5": "874dd9588b9c576edae8fd3a49ed1873",
                "sha256": "02f596b6ad0c8a1be929bff33e0cc2a03909c7087f3751c4053b56fcb58b9153"
            },
            "downloads": -1,
            "filename": "pmlayer-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "874dd9588b9c576edae8fd3a49ed1873",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 13023,
            "upload_time": "2023-04-14T08:50:35",
            "upload_time_iso_8601": "2023-04-14T08:50:35.589875Z",
            "url": "https://files.pythonhosted.org/packages/3b/00/140cfc8f24cd892f2b9417eadf4504d13545f52d1398b041e6ab62f8db29/pmlayer-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ebc97f5ee9f0d889831daccf75d3c66f5ac16639b20e5b79366465be1ce0ee1",
                "md5": "dfe4923c6e895ca59d8912543a627b82",
                "sha256": "c138be4051b9305196664e316925baa6f10bee4f5fc11d081e8634a9acb29691"
            },
            "downloads": -1,
            "filename": "pmlayer-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dfe4923c6e895ca59d8912543a627b82",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 11745,
            "upload_time": "2023-04-14T08:50:37",
            "upload_time_iso_8601": "2023-04-14T08:50:37.208002Z",
            "url": "https://files.pythonhosted.org/packages/0e/bc/97f5ee9f0d889831daccf75d3c66f5ac16639b20e5b79366465be1ce0ee1/pmlayer-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-14 08:50:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "IBM",
    "github_project": "pmlayer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pmlayer"
}
        
Elapsed time: 0.05689s