Sequential Models Validation Sets

Overview


Adding a Validation Set


number is a number between 0 and 1 that tells what percentage of the test set to use as the validation set. validation set


validationSplit (number)
				
Specifies the validaiton set.


validationData ([xVal, yVal] )
				
where xVal and yVal are tensors.

Contents