Is there any function that'll show the cost of the neural network on a training sample? Or perhaps do the training examples return the residue of the dataset? I ask this because i wish to make sure i'm not overfitting or underfitting with cross-validation. Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any function that'll show the cost of the neural network on a training sample? Or perhaps do the training examples return the residue of the dataset? I ask this because i wish to make sure i'm not overfitting or underfitting with cross-validation. Thanks!
Hi!
What about net.test method?
Regards,
Marek
I see, that works. Thanks for the help!