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