Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 547 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 547 Bytes

Lispy-ANN

A NewLISP wrapper for the Genann Artificial Neural Network library, with examples.

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.

Downloads

Pre-compiled binaries for the 3 first examples can be found here:
https://github.com/DexterLagan/lispy-ann/releases