Simple module for creating deep learning tools, with its own linear algebra and matrices utilities.
Project description
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
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
Documentation: 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.
Citation
If you use this software in your research, please cite it as:
@software{zaini_basic_deep_learning_2025,
author = {Zaini, Diaa Eddine},
doi = {10.5281/zenodo.16934656},
month = {1},
title = {{Basic Deep Learning}},
url = {https://github.com/therealzaini/basic-deep-learning},
version = {1.0.0},
year = {2025}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file basic_deep_learning-0.2.4.tar.gz.
File metadata
- Download URL: basic_deep_learning-0.2.4.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d12bb32fee71ba143558b4427cde2f0d3dfd791ededeccf9319a90c96b949ec7
|
|
| MD5 |
d8b53fda69bc51d98c0f79072c19229b
|
|
| BLAKE2b-256 |
9f343afc6806611ae5e22939bdedc7ba1518c112d92b89f529c8776180eaee2e
|
File details
Details for the file basic_deep_learning-0.2.4-py3-none-any.whl.
File metadata
- Download URL: basic_deep_learning-0.2.4-py3-none-any.whl
- Upload date:
- Size: 12.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a608a67a9d4af9d8ddec94bff2bb577fe9b9811693731c8fd20c69fecda04185
|
|
| MD5 |
d758d650b5671b797236b853131f54b7
|
|
| BLAKE2b-256 |
c9849ae64abd893a71b0260e1c223b8b198052a3f3d1a6f9322183af057430cf
|