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, testing a learned network over multiple test sets, and writing the performance results to a file. I’m working today to finish the experiments and write-up, to be sent out by tonight/tomorrow morning with any luck.

You must be logged in to post a comment.