initialize,Neural_Network-method {DamiaNN} | R Documentation |
initalizes a neural network capable of studying datasets with ncol = to the ncol(sample_dataset) and making predictions on such datasets
## S4 method for signature 'Neural_Network'
initialize(.Object, number_predictors,
hidden_layer_lengths)
.Object |
... a Neural_Network object |
number_predictors |
... a numeric telling how many preditors there are |
hidden_layer_lengths |
... a numeric telling the number of layers and the number of neurons in each layer |
NN is parametrized by its connection_strength matrices
Neural_Network