whats the diference between train, validation and test set, in neural networks?
- by Daniel
Im using this library
http://pastebin.com/raw.php?i=aMtVv4RZ
to implement a learning agent.
I have generated the train cases, but i dont know for sure what are the validation and test sets, the teacher says:
70% should be train cases, 10% will be test cases and the rest 20% should be validation cases.
Thanks.
edit
i have this code, for…