About project
- Details
- Published on Tuesday, 29 November 2011 17:37
About project
AnnBear is collection of computer intelligence algorithms. Our goal is to implement useful robust and easy to use application that are usable out of the box.
Currently we have following implementations:
- Feed Forward Back Propagation(read more). download.
- README and sample
- This is win32 application implemented in C.
- This is robust implementation: input, output and network structure from/to ascii text files.
- program can be run from command line
- Don't expect any eye candy UI
- There is also Python implementation. download
- BAM - coming soon
- BAM is Bidirectional Associative Memory introduced by Bart Andrew Kosko. read more
- implemented in java
- Alpha Beta BAM - coming soon
- BAM extension introduced by María Elena Acevedo-Mosqueda, Cornelio Yáñez-Márquez and Itzamá López-Yáñez
- implemented in java
- Moonlander game - AI with genetic algorithm, multipoint crossover. video in joutube
