soed


Namesoed JSON
Version 1.0.10 PyPI version JSON
download
home_pagehttps://github.com/royjafari/SOED
SummarySelf Organizing Error Driven Artificial Neural Network
upload_time2025-01-01 20:45:57
maintainerJason Jafari
docs_urlNone
authorRoy Jafari
requires_pythonNone
licenseNone
keywords machine learning ai artificial neural network
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SOED
Self Organizing Error Driven Artificial Neural Network



# Publications
- Self-organizing and error driven (SOED) artificial neural network for smarter classifications https://academic.oup.com/jcde/article/4/4/282/5729001
- An optimum ANN-based breast cancer diagnosis: Bridging gaps between ANN learning and decision-making goals https://www.sciencedirect.com/science/article/abs/pii/S1568494618304484
- From in-situ monitoring toward high-throughput process control: cost-driven decision-making framework for laser-based additive manufacturing https://www.sciencedirect.com/science/article/abs/pii/S0278612518302929
- Optimum profit-driven churn decision making: innovative artificial neural networks in telecom industry https://link.springer.com/article/10.1007/s00521-020-04850-6
- Supervised or unsupervised learning? Investigating the role of pattern recognition assumptions in the success of binary predictive prescriptions https://www.sciencedirect.com/science/article/abs/pii/S0925231220319639

## How to work
```
pip install soed
```

```python

from soed import SOEDClassifier

soed = SOEDClassifier(mlp_max_iter=10000,som_x=10, som_y=10,som_input_len=X_train.shape[1])

```


## How to run project
```
virtualenv soed_dev
source soed_dev/bin/activate
pip install -r requirements.txt
```

```
jupyter notebook \
    --notebook-dir="./notebooks" \
    --ip=0.0.0.0 --port=3225
```

## At the time new py package installed
```
pip install <package>

pip freeze > requirements.txt
```



## for installation in local
```
pip install -e .
```


## build project
```
python setup.py sdist bdist_wheel
```

## Push project
```
twine upload dist/*
```

## Release pypi module
```
pip install twine
```
### Ensure you have pypi credential in
```
# nano ~/.pypirc
[pypi]
  username = __token__
  password = <Token>
```
```bash
./releaseNewVersionAndAddTag.sh
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/royjafari/SOED",
    "name": "soed",
    "maintainer": "Jason Jafari",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "me@jasonjafari.com",
    "keywords": "machine learning AI Artificial Neural Network",
    "author": "Roy Jafari",
    "author_email": "royxjafari@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e3/cb/16bf960adbe89fe95625fcc7d3bac92a5dda4d6ea139a3ea0c1bd0e9163c/soed-1.0.10.tar.gz",
    "platform": null,
    "description": "# SOED\nSelf Organizing Error Driven Artificial Neural Network\n\n\n\n# Publications\n- Self-organizing and error driven (SOED) artificial neural network for smarter classifications https://academic.oup.com/jcde/article/4/4/282/5729001\n- An optimum ANN-based breast cancer diagnosis: Bridging gaps between ANN learning and decision-making goals https://www.sciencedirect.com/science/article/abs/pii/S1568494618304484\n- From in-situ monitoring toward high-throughput process control: cost-driven decision-making framework for laser-based additive manufacturing https://www.sciencedirect.com/science/article/abs/pii/S0278612518302929\n- Optimum profit-driven churn decision making: innovative artificial neural networks in telecom industry https://link.springer.com/article/10.1007/s00521-020-04850-6\n- Supervised or unsupervised learning? Investigating the role of pattern recognition assumptions in the success of binary predictive prescriptions https://www.sciencedirect.com/science/article/abs/pii/S0925231220319639\n\n## How to work\n```\npip install soed\n```\n\n```python\n\nfrom soed import SOEDClassifier\n\nsoed = SOEDClassifier(mlp_max_iter=10000,som_x=10, som_y=10,som_input_len=X_train.shape[1])\n\n```\n\n\n## How to run project\n```\nvirtualenv soed_dev\nsource soed_dev/bin/activate\npip install -r requirements.txt\n```\n\n```\njupyter notebook \\\n    --notebook-dir=\"./notebooks\" \\\n    --ip=0.0.0.0 --port=3225\n```\n\n## At the time new py package installed\n```\npip install <package>\n\npip freeze > requirements.txt\n```\n\n\n\n## for installation in local\n```\npip install -e .\n```\n\n\n## build project\n```\npython setup.py sdist bdist_wheel\n```\n\n## Push project\n```\ntwine upload dist/*\n```\n\n## Release pypi module\n```\npip install twine\n```\n### Ensure you have pypi credential in\n```\n# nano ~/.pypirc\n[pypi]\n  username = __token__\n  password = <Token>\n```\n```bash\n./releaseNewVersionAndAddTag.sh\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Self Organizing Error Driven Artificial Neural Network",
    "version": "1.0.10",
    "project_urls": {
        "Documentation": "https://github.com/royjafari/SOED/blob/main/README.md",
        "Homepage": "https://github.com/royjafari/SOED",
        "Source": "https://github.com/royjafari/SOED",
        "Tracker": "https://github.com/royjafari/SOED/issues"
    },
    "split_keywords": [
        "machine",
        "learning",
        "ai",
        "artificial",
        "neural",
        "network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de0c0b4d728ffe41606d33bd81505171389c378185380c94de5ba4c45214e8af",
                "md5": "fae7d259ab1b7e1e5a981613fa982278",
                "sha256": "e1ad172ea9103373e43197a610df6fa12cdabaf9f88304414d5ba6d7bc826295"
            },
            "downloads": -1,
            "filename": "soed-1.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fae7d259ab1b7e1e5a981613fa982278",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6941,
            "upload_time": "2025-01-01T20:45:56",
            "upload_time_iso_8601": "2025-01-01T20:45:56.860196Z",
            "url": "https://files.pythonhosted.org/packages/de/0c/0b4d728ffe41606d33bd81505171389c378185380c94de5ba4c45214e8af/soed-1.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3cb16bf960adbe89fe95625fcc7d3bac92a5dda4d6ea139a3ea0c1bd0e9163c",
                "md5": "ef8fa2957cfe2267525005ac8abc6ca5",
                "sha256": "754165924c1fcb14aa5b831ba774f47d39983ca8a7c0ee064edd3aa2ebc0be89"
            },
            "downloads": -1,
            "filename": "soed-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "ef8fa2957cfe2267525005ac8abc6ca5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8052,
            "upload_time": "2025-01-01T20:45:57",
            "upload_time_iso_8601": "2025-01-01T20:45:57.842385Z",
            "url": "https://files.pythonhosted.org/packages/e3/cb/16bf960adbe89fe95625fcc7d3bac92a5dda4d6ea139a3ea0c1bd0e9163c/soed-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-01 20:45:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "royjafari",
    "github_project": "SOED",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "soed"
}
        
Elapsed time: 0.43006s