nnogada


Namennogada JSON
Version 0.9.1.3 PyPI version JSON
download
home_pagehttps://github.com/igomezv/nnogada
SummaryGenetic hyperparameter tuning for neural nets
upload_time2023-04-17 16:21:59
maintainer
docs_urlNone
authorI Gomez-Vargas
requires_python
licenseMIT
keywords hyperparameter optimization machine learning deep learning genetic algorithms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Neural Networks Optimized by Genetic Algorithms for Data Analysis (NNOGADA) 

**nnogada** is a Python package that performs hyperparemeter tuning for artificial neural networks, particularly for Multi Layer Perceptrons, using simple genetic algorithms. Useful for generate better neural network models for data analysis. Currently, only works with feedforward neural networks in tensorflow.keras (classification and regression) and torch (regression at this moment).

You can try to install nnogada in your computer:

     $ git clone https://github.com/igomezv/nnogada

     $ cd nnogada

     $ pip3 install -e .

then you can delete the cloned repo because you must have nnogada installed locally.

Other way to install nnogada (without clonning) is:

    $ pip3 install -e git+https://github.com/igomezv/nnogada#egg=nnogada

If you use the code, please cite the paper *Gómez-Vargas, I., Andrade, J. B., & Vázquez, J. A. (2023). Neural networks optimized by genetic algorithms in cosmology. Physical Review D, 107(4), 043509.*

Contributions are welcome!




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/igomezv/nnogada",
    "name": "nnogada",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Hyperparameter,optimization,machine learning,deep learning,genetic algorithms",
    "author": "I Gomez-Vargas",
    "author_email": "igomez@icf.unam.mx",
    "download_url": "https://files.pythonhosted.org/packages/4a/37/faabe71291de5cc43ee5f4f403056619c35881d61ed5bb98f00d3211438d/nnogada-0.9.1.3.tar.gz",
    "platform": null,
    "description": "Neural Networks Optimized by Genetic Algorithms for Data Analysis (NNOGADA) \n\n**nnogada** is a Python package that performs hyperparemeter tuning for artificial neural networks, particularly for Multi Layer Perceptrons, using simple genetic algorithms. Useful for generate better neural network models for data analysis. Currently, only works with feedforward neural networks in tensorflow.keras (classification and regression) and torch (regression at this moment).\n\nYou can try to install nnogada in your computer:\n\n     $ git clone https://github.com/igomezv/nnogada\n\n     $ cd nnogada\n\n     $ pip3 install -e .\n\nthen you can delete the cloned repo because you must have nnogada installed locally.\n\nOther way to install nnogada (without clonning) is:\n\n    $ pip3 install -e git+https://github.com/igomezv/nnogada#egg=nnogada\n\nIf you use the code, please cite the paper *G\u00f3mez-Vargas, I., Andrade, J. B., & V\u00e1zquez, J. A. (2023). Neural networks optimized by genetic algorithms in cosmology. Physical Review D, 107(4), 043509.*\n\nContributions are welcome!\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Genetic hyperparameter tuning for neural nets",
    "version": "0.9.1.3",
    "split_keywords": [
        "hyperparameter",
        "optimization",
        "machine learning",
        "deep learning",
        "genetic algorithms"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a37faabe71291de5cc43ee5f4f403056619c35881d61ed5bb98f00d3211438d",
                "md5": "b4b6d4df88a265d19dc152bf6111e009",
                "sha256": "96c82c9670619dd5e17e6ac7b5674ba9b3a36dadad26dfe224fbb87c2ff3e0aa"
            },
            "downloads": -1,
            "filename": "nnogada-0.9.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "b4b6d4df88a265d19dc152bf6111e009",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2708,
            "upload_time": "2023-04-17T16:21:59",
            "upload_time_iso_8601": "2023-04-17T16:21:59.199771Z",
            "url": "https://files.pythonhosted.org/packages/4a/37/faabe71291de5cc43ee5f4f403056619c35881d61ed5bb98f00d3211438d/nnogada-0.9.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-17 16:21:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "igomezv",
    "github_project": "nnogada",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "nnogada"
}
        
Elapsed time: 0.06577s