This project is a tool for creating various kinds of neural networks. All code is written in Python.
The purpose of this project is not to produce as optimized and computationally effective tool as possible. The main goal of the project is to get some expirience in building libraries and writing deep learning related Python code, understand everything much better and basically Learn.
I repeat, this idea is used exclusively for educational purposes.
- Dense
- Mean Squared Error
- Cross Entropy
- Linear
- Sigmoid
- Tanh
- ReLU
- ELU
- Softmax
- Stochastic Gradient Descent
- This one just reshapes everything.
- This one just assembles everything and does forward and backward propagation.
git clone https://github.com/mishazakharov/DL-library
cd DL-library
If you want to work on this together or just feeling social, feel free to contact me here. And I am also available at this([email protected]) and this([email protected]) email addresses! Feel free to give me any advice. 👍