A neural network implemented using only Numpy library. Built for learning purposes.
The neural network lets the user get in touch with the real structure of a basic neural network, without using any deep learning library. With the parameters is it possible to control the behavior of the data and the network itself to explore different combinations and see concretely how it fits a simple batch of data.
Here a list of the settable parameters:
-
number of hidden layers
--hidden
-
number of neurons per each hidden layer
--neurons