Hello everyone.
I am dealing with construction of extrapolation model with deep learning.
When the training dataset is a shape of (1,0,0,0), (0,1,0,0), (0,0,1,0), (0,0,0,1)
I want to build up a model that is able to reconstruct data that is shape of (1,1,0,0 ), (1,1,1,0).
Since the training data and test (or actually-using) data is different, it does not make sense for conventional facts related to deep learning.
The task now I am doing is, using the test data as a validation set of learning and finding the learning that minimize validation loss.
However, now I realize that the task costs too much resource and time. It can be same as doing some lottery.
Therefore, there should be some improvement for the methods.
If someone can give me some advice for this part, it would be a really big help.
Thank you so much.