degann


Namedegann JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/Krekep/degann
SummaryLibrary for generating artificial neural networks for modeling the behavior of dynamic systems
upload_time2023-09-27 10:42:43
maintainer
docs_urlNone
authorPavel Alimov
requires_python>=3.10
licenseMIT
keywords python ode differential equation neural network
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DEGANN

[![Check tests](https://github.com/Krekep/degann/actions/workflows/tests.yml/badge.svg)](https://github.com/Krekep/degann/actions/workflows/tests.yml)
[![License](https://img.shields.io/badge/license-MIT-orange)](https://github.com/Krekep/degann/blob/main/LICENSE)
[![Package](https://img.shields.io/badge/pypi%20package-0.3-%233776ab)](https://pypi.org/project/degann/)

**DEGANN** is a library generating neural networks for approximating solutions to differential equations. As a backend for working with neural networks, tensorflow is used, but with the ability to expand with your own tools.

**Features**
- Generation of neural networks by parameters.
- Construction of tables with the numerical solution of ordinary differential equations of the first order
- Construction of tables with numerical solution of systems of ordinary differential equations of the first order
- Choosing the Best Neural Network from Several for Fixed Training Parameters
- Iterating over training parameters with choosing the best neural network for each set
- Export neural networks as a function in C++
- Export Neural Networks as a Parameter Set
- Import Neural Networks from a Parameter Set
- Building a dataset with complete training results for approximating the solution of a differential equation for each neural network that participated in training

## Install

### Manual
Download the repository as a zip archive, unpack and run the command from the root of the repository
```bash
pip install -r requirements.txt
```
This will download and install all the dependencies for the project, then you can use the source code of the library (e.g. create project nearby to the `degann` folder)

### Via pip
Use command
```bash
pip install degann
```
Now you can use the `degann` package



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Krekep/degann",
    "name": "degann",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "python,ode,differential equation,neural network",
    "author": "Pavel Alimov",
    "author_email": "<pashaalimov@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/37/24/691e2c5b94d02b6fd75cddea93b5dfff64af31ed80bc24fb891a24afaf77/degann-0.3.tar.gz",
    "platform": null,
    "description": "# DEGANN\r\n\r\n[![Check tests](https://github.com/Krekep/degann/actions/workflows/tests.yml/badge.svg)](https://github.com/Krekep/degann/actions/workflows/tests.yml)\r\n[![License](https://img.shields.io/badge/license-MIT-orange)](https://github.com/Krekep/degann/blob/main/LICENSE)\r\n[![Package](https://img.shields.io/badge/pypi%20package-0.3-%233776ab)](https://pypi.org/project/degann/)\r\n\r\n**DEGANN** is a library generating neural networks for approximating solutions to differential equations. As a backend for working with neural networks, tensorflow is used, but with the ability to expand with your own tools.\r\n\r\n**Features**\r\n- Generation of neural networks by parameters.\r\n- Construction of tables with the numerical solution of ordinary differential equations of the first order\r\n- Construction of tables with numerical solution of systems of ordinary differential equations of the first order\r\n- Choosing the Best Neural Network from Several for Fixed Training Parameters\r\n- Iterating over training parameters with choosing the best neural network for each set\r\n- Export neural networks as a function in C++\r\n- Export Neural Networks as a Parameter Set\r\n- Import Neural Networks from a Parameter Set\r\n- Building a dataset with complete training results for approximating the solution of a differential equation for each neural network that participated in training\r\n\r\n## Install\r\n\r\n### Manual\r\nDownload the repository as a zip archive, unpack and run the command from the root of the repository\r\n```bash\r\npip install -r requirements.txt\r\n```\r\nThis will download and install all the dependencies for the project, then you can use the source code of the library (e.g. create project nearby to the `degann` folder)\r\n\r\n### Via pip\r\nUse command\r\n```bash\r\npip install degann\r\n```\r\nNow you can use the `degann` package\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library for generating artificial neural networks for modeling the behavior of dynamic systems",
    "version": "0.3",
    "project_urls": {
        "Homepage": "https://github.com/Krekep/degann"
    },
    "split_keywords": [
        "python",
        "ode",
        "differential equation",
        "neural network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a68bc70b7f8e8c80a82e14cc767f7f1111e14d005ea068b657a7f887689ae78c",
                "md5": "76032c15a52f2b4651ec85ed30fca7f4",
                "sha256": "dc66a2f2d32006d55bb4f504dfbff379fb9bd192bb73286ebffc1867b47e027b"
            },
            "downloads": -1,
            "filename": "degann-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76032c15a52f2b4651ec85ed30fca7f4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 41782,
            "upload_time": "2023-09-27T10:42:41",
            "upload_time_iso_8601": "2023-09-27T10:42:41.428162Z",
            "url": "https://files.pythonhosted.org/packages/a6/8b/c70b7f8e8c80a82e14cc767f7f1111e14d005ea068b657a7f887689ae78c/degann-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3724691e2c5b94d02b6fd75cddea93b5dfff64af31ed80bc24fb891a24afaf77",
                "md5": "05699fd9671d54d9bb1458e4024e0d0b",
                "sha256": "ff57756f4c8b9dc3762096f53c31ec2add64bc4ad9570ee2bb9e8bf8728330b4"
            },
            "downloads": -1,
            "filename": "degann-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "05699fd9671d54d9bb1458e4024e0d0b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 34000,
            "upload_time": "2023-09-27T10:42:43",
            "upload_time_iso_8601": "2023-09-27T10:42:43.471470Z",
            "url": "https://files.pythonhosted.org/packages/37/24/691e2c5b94d02b6fd75cddea93b5dfff64af31ed80bc24fb891a24afaf77/degann-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 10:42:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Krekep",
    "github_project": "degann",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "degann"
}
        
Elapsed time: 0.11921s