ANN for logic learning penultimate update

Weka’s multilayer perceptron proved to be too slow to handle the newer, more expressive instance encoding. I found a much faster ANN library called FANN (Fast Artificial Neural Network) that also has Python bindings and can easily save and load neural networks. Now I can script the whole process: data generation, ANN training, [...]