This function is used to train the neural network on a dataset.
y = ANN_train(in1,in2,in3);
training accuracy
hidden layers, the architecture of the neural network which must contain a string of comma-separated numbers of hidden layers.
Total training epochs for the neural network.
Batch size
Upon calling this function, a dialog box will open which will ask you to choose the '.csv' file containing the dataset. The dataset must have headers and a label column. An input will be requested on the scilab console asking you to input the name of the the column in the dataset which is to be predicted. When the dialog box appears, select this "iris.csv" file for the dataset. When the input is requested on the scilab console, enter "name".