A NewLISP wrapper for the Genann Artificial Neural Network library, with examples.
- example1.lsp - Train a small ANN to the XOR function using backpropagation.- example2.lsp - Train a small ANN to the XOR function using random search.
- example3.lsp - Load a saved ANN to solve the XOR function.
- example4.lsp (WIP) - Load the IRIS dataset and compute results. Pre-compiled binaries for the 3 first examples can be found here:
https://github.com/DexterLagan/lispy-ann/releases