Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiranandcode/r-lcs

Recursive Learning Classifier System (RLCS) - Implementation of a Recursive Learning classifier System
https://github.com/kiranandcode/r-lcs

Last synced: 26 days ago
JSON representation

Recursive Learning Classifier System (RLCS) - Implementation of a Recursive Learning classifier System

Awesome Lists containing this project

README

        

## Recursive Learning Classifier System (R-LCS) - Java Implementation
Reference: Kiran Gopinathan.

An alternate Learning Classifier System algorithm utilizing recursive links to learn sparse representations of arbitrary binary mappings.

#### Example Training Graph:
![Example Output Graph](https://github.com/Gopiandcode/java-projects/blob/master/gopiandcode-xcs/result6_rcs_2.png)

## XCS Learning Classifier System Java Implementation
Reference: An Algorithmic Description of XCS - Martin V. Butz and Stewart W. Wilson

A customizable implementation of the XCS learning classifier system is also included in this repository.

Produces output graphs of training progress:
![Example Output Graph](https://raw.githubusercontent.com/Gopiandcode/java-projects/master/gopiandcode-xcs/result.png)