{ "tag" : "linear2dBP", "brief" : "Linearly separable data; first illustration in the thesis Introduction.", "task" : "classification", "algorithm" : "MLP_learn", "comment" : "Emulated single-objective multistart backpropagation.", "_TODO" : "Implement logging/tracing.", "MLP_learn": { "datafile" : "2dlinsep.data", "task" : "classification", "evolution" : { "evol_obj" : "mse", "pop_size" : 1, "max_iter" : 10, "evol_oper" : "none" }, "init" : { "init_arch" : "2-1-2", "init_weights" : "uniform(-1,1)" }, "improvement" : { "imp_obj" : "mse", "imp_oper" : "backprop", "imp_steps" : 10, "imp_inilen": 0.3 } } }