{ "tag" : "classwise1overfit", "brief" : "2D data, 3 classes, imbalanced, overlapping distributions. Classwise errors. Overfitting via too long learning. TODO: Difficult to make it happen here, at least without further operators??", "task" : "classification", "algorithm" : "MLP_learn", "comment" : "Demonstration of overfitting in the first example on class imbalance.", "_TODO" : "Implement logging/tracing.", "MLP_learn": { "datafile" : "2d3cOverlapImbalanced100.data", "task" : "classification", "evolution" : { "evol_obj" : "cwerr", "pop_size" : 30, "max_iter" : 1000, "evol_oper" : "ns" }, "init" : { "init_arch" : "2-10-3", "init_weights" : "uniform(-1,1)" }, "improvement" : { "imp_obj" : "mse(direction=rerandomclass)", "imp_oper" : "backprop", "imp_steps" : 100, "imp_inilen": 0.4 } } }