THE AUDITORY MODELING TOOLBOX

Applies to version: 1.1.0

View the code

Go to function

llado2022_trainnn - trains the neural network

Usage

[net,tr] = llado2022_trainnn(x,y,hiddenLayerSize,augmentation_ratio,SNR);

Input parameters

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

Output parameters

net trained network
tr training history

Description

'llado2022_trainnn' trains the neural network