In ANN, what is the difference between test data and validation data?
I notice in many training or learning algorithm, the data is often divided into 2 parts, the training set and the test set.
My questions are:
what is the difference between validation set and test set?
Is the validation set really specific to neural network hidden layer only ?