I have implemented an MLP. Now, I want to train it to solve simple tasks.
Are there any data sets to train the MLP on simple tasks, that is, tasks with a small number of inputs and outputs?
I would like to train it to solve problems which are slightly more complex than the XOR problem.