This implementation consists of a basic neural network that includes:
- An implentation of a Dense Layer.
- An implementation of the backward and forward propagation algorithms.
- An implementation of the Gradient Descent Algorithm.
- Customization with epochs and activation functions.
- Customization of the NN architecture.