Neural Network
The NeuralNetwork class is the base model for a feed forward neural network.
Last updated
The NeuralNetwork class is the base model for a feed forward neural network.
Last updated
Parameters:
layers
: A list of objects.
loss_fn
(Optional) : A object. By default uses Mean Squared Error.
Returns: