| Name | dl-gates-perceptron-pkg JSON |
| Version |
0.0.4
JSON |
| download |
| home_page | |
| Summary | A small package for perceptron |
| upload_time | 2023-07-08 12:09:34 |
| maintainer | |
| docs_url | None |
| author | junaid-o |
| requires_python | >=3.10 |
| license | |
| keywords |
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# Perceptron_pkg: Logic Gates
```
pip install dl-gates-perceptron-pkg
```
## How to use this package
```python
from oneNeuron.perceptron import Perceptron
model = Perceptron(eta=0.3, epochs=10)
```
## References -
* [Official python docs for PYPI](https://packaging.python.org/tutorials/packaging-projects/)
* [Github action file for PYPI](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries)
Raw data
{
"_id": null,
"home_page": "",
"name": "dl-gates-perceptron-pkg",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "",
"author": "junaid-o",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/09/84/6db0477d74a71b5315308908cff5f432a38dd7a692b08cf8939703bec7a0/dl_gates_perceptron_pkg-0.0.4.tar.gz",
"platform": null,
"description": "# Perceptron_pkg: Logic Gates\n\n```\npip install dl-gates-perceptron-pkg\n```\n\n## How to use this package\n```python\nfrom oneNeuron.perceptron import Perceptron\nmodel = Perceptron(eta=0.3, epochs=10)\n```\n\n## References - \n\n* [Official python docs for PYPI](https://packaging.python.org/tutorials/packaging-projects/)\n\n* [Github action file for PYPI](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries)\n",
"bugtrack_url": null,
"license": "",
"summary": "A small package for perceptron",
"version": "0.0.4",
"project_urls": {
"Bug Tracker": "https://github.com/junaid-o/DL_Perceptron_pkg/issues",
"Homepage": "https://github.com/junaid-o/DL_Perceptron_pkg"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "96dd6bb8cb9e44d57993c8bfe111496ac4f52e89fb4b539c0a7263369ebf327d",
"md5": "a22629cadd70185524b55f49de86c5ed",
"sha256": "914af68c0f4f5ce0a19bf781eef5b1e4e3f8fc20cfae22bf8bac2480c93d3a7a"
},
"downloads": -1,
"filename": "dl_gates_perceptron_pkg-0.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a22629cadd70185524b55f49de86c5ed",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 3587,
"upload_time": "2023-07-08T12:09:33",
"upload_time_iso_8601": "2023-07-08T12:09:33.295198Z",
"url": "https://files.pythonhosted.org/packages/96/dd/6bb8cb9e44d57993c8bfe111496ac4f52e89fb4b539c0a7263369ebf327d/dl_gates_perceptron_pkg-0.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "09846db0477d74a71b5315308908cff5f432a38dd7a692b08cf8939703bec7a0",
"md5": "eb8d138a216a90bbc714997eb260e1cf",
"sha256": "52cde9408eab297218450507119862ae0a1f2c1e7a501f43e3670b2ec0f3ea11"
},
"downloads": -1,
"filename": "dl_gates_perceptron_pkg-0.0.4.tar.gz",
"has_sig": false,
"md5_digest": "eb8d138a216a90bbc714997eb260e1cf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 3029,
"upload_time": "2023-07-08T12:09:34",
"upload_time_iso_8601": "2023-07-08T12:09:34.564496Z",
"url": "https://files.pythonhosted.org/packages/09/84/6db0477d74a71b5315308908cff5f432a38dd7a692b08cf8939703bec7a0/dl_gates_perceptron_pkg-0.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-08 12:09:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "junaid-o",
"github_project": "DL_Perceptron_pkg",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "dl-gates-perceptron-pkg"
}