[net,tr] = llado2022_trainnn(x,y,hiddenLayerSize,augmentation_ratio,SNR);
x | Features of the train subset |
y | Labels for training the network |
hiddenLayerSize | Size of the hidden layer |
augmentation_ratio | |
Ratio for data augmentation stage | |
SNR | SNR of the augmented data |
net | trained network |
tr | training history |
llado2022_trainnn trains the neural network