mett29 / DL-Competition

Repo for the 'Artificial Neural Networks and Deep Learning' competition - 2019/2020
0 stars 0 forks source link

Implement crossvalidation #4

Closed mett29 closed 4 years ago

DanieleParravicini commented 4 years ago

Seems that has to be implemented by hand https://stackoverflow.com/a/48085400 again we should rebuild the model each time and then perform some kind of merging of all the models created e.g. by averaging results. The problem is that we should implement this by hand.