In this previous question of mine it was pointed out in an insightful comment by ReneBT that the usage of the 3 terms training data set, validation set and test set is not uniform across the cross validated community (which lead to different interpretation in the answers to my question, which in its first edit didn't fix the terminology regarding these terms).
Can you please point out what the proper usage versus the common usage is? And what variations of common usage are often met in practice? (This highly upvoted question has collected some definition, but even there there seems to be some disagreement about the terminology...)
It seems to me that there in particular regarding validation there are various different approaches: use crossvalidation on the training data set to do model selection (and find the optimal model parameters), or use a separate validation set for that.