THE AUDITORY MODELING TOOLBOX

This documentation page applies to an outdated AMT version (1.2.0). Click here for the most recent page.

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