DexterLagan / lispy-ann

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

Repository from Github https://github.comDexterLagan/lispy-annRepository from Github https://github.comDexterLagan/lispy-ann

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

About

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


Languages

Language:NewLisp 100.0%