Computer Science, asked by karthikadrdr6434, 8 months ago

What is training and testing and validation phase of neural network?

Answers

Answered by itzBrainlyBoy
0

Answer:

Validation set: A set of examples used to tune the parameters [i.e., architecture, not weights] of a classifier, for example to choose the number of hidden units in a neural network. ... The validation data set is a set of data for the function you want to learn, which you are not directly using to train the network.

Answered by Anonymous
0

Answer:

In machine learning, a common task is the study and construction of algorithms ... The model (e.g. a neural net or a naive Bayes classifier) is trained on the training dataset using a ...

Similar questions