Net#
Constructor#
|
Artificial Neural Network initialization. |
Attributes#
List of Layer objects defining the graph of the network. |
|
A dictionary saving the training and validation losses. |
Functions#
|
Add layers to the neural network. |
|
Compile the network and set optimizer. |
|
Make a deepcopy of the Net. |
|
Method which enables to train or freeze the weights and biases of the network's layers. |