crayopt


Namecrayopt JSON
Version 0.5.0 PyPI version JSON
download
home_pageNone
SummaryYet another optimization toolkit for jax.
upload_time2024-05-13 14:33:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseMIT License Copyright (c) 2016 Maxim Borisyak Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords optimization jax
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CrayNN

Yet Another toolkit for Neural Network slightly flavoured by Ultra-High Energy Cosmic Rays. 

## Philosophy

`CrayNN` is highly influenced by [Lasange](https://github.com/Lasagne/Lasagne):

> 
    Simplicity: Be easy to use, easy to understand and easy to extend, to facilitate use in research
    Transparency: Do not hide Theano behind abstractions, directly process and return Theano expressions or Python / numpy data types
    Modularity: Allow all parts (layers, regularizers, optimizers, ...) to be used independently of Lasagne
    Pragmatism: Make common use cases easy, do not overrate uncommon cases
    Restraint: Do not obstruct users with features they decide not to use
    Focus: "Do one thing and do it well"

Just replace `theano` with `tensorflow`.

## Installation

### via PyPi

`pip install craynn`

### via git

`CrayNN` can be installed directly from `gitlab.com`:
`pip install git+https://gitlab.com/craynn/craynn.git`
however, as repository updates quite often, it is recommend to clone the repository
and install the package in development mode:
```
git clone git@gitlab.com:craynn/craynn.git
cd craynn/
pip install -e .
```

## Usage

Check out jupyter notebooks in `examples/`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "crayopt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "optimization, jax",
    "author": null,
    "author_email": "Maxim Borisyak <maximus.been@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8e/74/838ad71df8c1ebe48d297078cda2b53fcb075a17792bb2d02b5325dbf95d/crayopt-0.5.0.tar.gz",
    "platform": null,
    "description": "# CrayNN\n\nYet Another toolkit for Neural Network slightly flavoured by Ultra-High Energy Cosmic Rays. \n\n## Philosophy\n\n`CrayNN` is highly influenced by [Lasange](https://github.com/Lasagne/Lasagne):\n\n> \n    Simplicity: Be easy to use, easy to understand and easy to extend, to facilitate use in research\n    Transparency: Do not hide Theano behind abstractions, directly process and return Theano expressions or Python / numpy data types\n    Modularity: Allow all parts (layers, regularizers, optimizers, ...) to be used independently of Lasagne\n    Pragmatism: Make common use cases easy, do not overrate uncommon cases\n    Restraint: Do not obstruct users with features they decide not to use\n    Focus: \"Do one thing and do it well\"\n\nJust replace `theano` with `tensorflow`.\n\n## Installation\n\n### via PyPi\n\n`pip install craynn`\n\n### via git\n\n`CrayNN` can be installed directly from `gitlab.com`:\n`pip install git+https://gitlab.com/craynn/craynn.git`\nhowever, as repository updates quite often, it is recommend to clone the repository\nand install the package in development mode:\n```\ngit clone git@gitlab.com:craynn/craynn.git\ncd craynn/\npip install -e .\n```\n\n## Usage\n\nCheck out jupyter notebooks in `examples/`.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2016 Maxim Borisyak  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Yet another optimization toolkit for jax.",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://gitlab.com/craynn/crayopt"
    },
    "split_keywords": [
        "optimization",
        " jax"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d8c9306eb0d234a37f3e1596ec14c76e4fbb104458578d1ff2d91843698269b",
                "md5": "65361b4f72e636817d32e300818100b0",
                "sha256": "e18392e582fbd65f1d4774b0d2c69f3b43dae114e89f36f107cd13488df79dba"
            },
            "downloads": -1,
            "filename": "crayopt-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "65361b4f72e636817d32e300818100b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 54594,
            "upload_time": "2024-05-13T14:33:01",
            "upload_time_iso_8601": "2024-05-13T14:33:01.499491Z",
            "url": "https://files.pythonhosted.org/packages/7d/8c/9306eb0d234a37f3e1596ec14c76e4fbb104458578d1ff2d91843698269b/crayopt-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e74838ad71df8c1ebe48d297078cda2b53fcb075a17792bb2d02b5325dbf95d",
                "md5": "2a0a900972b492d5225e2ce5be0574d1",
                "sha256": "fb58d7ab139663a3739f905179d24dd5cb40e3f955940ca5c68b460178cbf350"
            },
            "downloads": -1,
            "filename": "crayopt-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2a0a900972b492d5225e2ce5be0574d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 39455,
            "upload_time": "2024-05-13T14:33:03",
            "upload_time_iso_8601": "2024-05-13T14:33:03.197845Z",
            "url": "https://files.pythonhosted.org/packages/8e/74/838ad71df8c1ebe48d297078cda2b53fcb075a17792bb2d02b5325dbf95d/crayopt-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-13 14:33:03",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "craynn",
    "gitlab_project": "crayopt",
    "lcname": "crayopt"
}
        
Elapsed time: 0.25838s