β οΈ Note: This project is in its early development stages.
A Python implementation of various neural network architectures built from scratch using Numpy. π
Neural_Netwrok/
βββ Activition_functions.py # Common activation functions
βββ Artificial_Neural_Network.py # ANN implementation
βββ Convolution_Neural_Network.py # CNN implementation
βββ Recurrunt_Neural_Network.py # RNN implementation
Ann_main.py # ANN example usage
Rnn_main.py # RNN example usage
This project is currently in its initial development phase:
- Basic implementations are working but need optimization
- Documentation is being improved
- More examples and test cases will be added
- Performance improvements are planned
- Feedback and contributions are welcome!
This project is available for educational purposes. π