Name | basic-deep-learning JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | Simple module for creating deep learning tools, with its own linear algebra and matrices utilities. |
upload_time | 2025-08-23 21:44:42 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | Copyright (c) 2025 Diaa Eddine ZAINI
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 |
deep learning
machine learning
linear algebra
matrix operations
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# basic-deep-learning
Simple module for creating deep learning tools, with its own linear algebra and matrices utilities.
This library provides essential deep learning components "built from scratch" with minimal external dependencies. It's designed for educational purposes to help understand the fundamentals of deep learning without relying on complex frameworks.
The library contains:
**Matrix**: a matrix class with all the necessary operations.
**ActivationFunctionsRegistry**: a class containing the most used activation functions.
**MultiLayerPerceptron**: the main class that encapsulates a neural network.
## Installation
The package is available using pip. On your terminal, run
```bash
pip install basic-deep-learning
```
## Dependencies
matplotlib>=3.5.0 (only for visualization).
## Contributions and Contact
GitHub repository: [https://github.com/therealzaini/basic-deep-learning](https://github.com/therealzaini/basic-deep-learning)
Documentation: [https://basic-deep-learning.readthedocs.io/](https://basic-deep-learning.readthedocs.io/)
## License
Copyright (c) 2025 Diaa Eddine ZAINI
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.
Raw data
{
"_id": null,
"home_page": null,
"name": "basic-deep-learning",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "deep learning, machine learning, linear algebra, matrix operations",
"author": null,
"author_email": "Diaa Eddine ZAINI <zainidiaaeddine@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/59/53/7fab0e9f72c6a9dc4c67afafa99e0f628693dab187ff781fbfdac5d520e2/basic_deep_learning-0.1.0.tar.gz",
"platform": null,
"description": "# basic-deep-learning\r\n\r\nSimple module for creating deep learning tools, with its own linear algebra and matrices utilities.\r\n\r\nThis library provides essential deep learning components \"built from scratch\" with minimal external dependencies. It's designed for educational purposes to help understand the fundamentals of deep learning without relying on complex frameworks.\r\n\r\nThe library contains:\r\n\r\n**Matrix**: a matrix class with all the necessary operations.\r\n\r\n**ActivationFunctionsRegistry**: a class containing the most used activation functions.\r\n\r\n**MultiLayerPerceptron**: the main class that encapsulates a neural network.\r\n\r\n## Installation\r\n\r\nThe package is available using pip. On your terminal, run\r\n\r\n```bash\r\npip install basic-deep-learning\r\n```\r\n\r\n## Dependencies\r\n\r\nmatplotlib>=3.5.0 (only for visualization).\r\n\r\n## Contributions and Contact\r\n\r\nGitHub repository: [https://github.com/therealzaini/basic-deep-learning](https://github.com/therealzaini/basic-deep-learning)\r\n\r\nDocumentation: [https://basic-deep-learning.readthedocs.io/](https://basic-deep-learning.readthedocs.io/)\r\n\r\n## License\r\nCopyright (c) 2025 Diaa Eddine ZAINI\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), 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:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \u201cAS IS\u201d, 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.\r\n",
"bugtrack_url": null,
"license": "Copyright (c) 2025 Diaa Eddine ZAINI\r\n \r\n Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), 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:\r\n \r\n The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n \r\n THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, 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": "Simple module for creating deep learning tools, with its own linear algebra and matrices utilities.",
"version": "0.1.0",
"project_urls": {
"Documentation": "https://basic-deep-learning.readthedocs.io/",
"Homepage": "https://github.com/therealzaini/basic-deep-learning",
"Issues": "https://github.com/therealzaini/basic-deep-learning/issues",
"Repository": "https://github.com/therealzaini/basic-deep-learning"
},
"split_keywords": [
"deep learning",
" machine learning",
" linear algebra",
" matrix operations"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b02ec9f35b72d8581fc7d723f37308ff889ede3be2cb686e401a183b3ac39d0d",
"md5": "cb1b7dfc5050e86871acae50f5f33706",
"sha256": "a343ee94f1f0ccfefa13fb41f076bf70abadcceaefb05b97cd5376f03b167118"
},
"downloads": -1,
"filename": "basic_deep_learning-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cb1b7dfc5050e86871acae50f5f33706",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10793,
"upload_time": "2025-08-23T21:44:39",
"upload_time_iso_8601": "2025-08-23T21:44:39.971005Z",
"url": "https://files.pythonhosted.org/packages/b0/2e/c9f35b72d8581fc7d723f37308ff889ede3be2cb686e401a183b3ac39d0d/basic_deep_learning-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "59537fab0e9f72c6a9dc4c67afafa99e0f628693dab187ff781fbfdac5d520e2",
"md5": "36b92586952b3fc2e01ef4e59703d237",
"sha256": "8a926452619dedc0cc26f509d8170686d9453969c4571d43d0765af3ab0ac39d"
},
"downloads": -1,
"filename": "basic_deep_learning-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "36b92586952b3fc2e01ef4e59703d237",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 9481,
"upload_time": "2025-08-23T21:44:42",
"upload_time_iso_8601": "2025-08-23T21:44:42.420025Z",
"url": "https://files.pythonhosted.org/packages/59/53/7fab0e9f72c6a9dc4c67afafa99e0f628693dab187ff781fbfdac5d520e2/basic_deep_learning-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-23 21:44:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "therealzaini",
"github_project": "basic-deep-learning",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "basic-deep-learning"
}