Skip to content

Latest commit

 

History

History
16 lines (7 loc) · 1.48 KB

learning-classifier-systems.md

File metadata and controls

16 lines (7 loc) · 1.48 KB

Learning Classifier Systems

LCS

(WIKI) Learning classifier systems, or LCS, are a paradigm of rule-based machine learning methods that combine a discovery component (e.g. typically a genetic algorithm) with a learning component (performing either supervised learning, reinforcement learning, or unsupervised learning).\

XCS

XCS is a type of Learning Classifier System (LCS), a machine learning algorithm that utilizes a genetic algorithm acting on a rule-based system, to solve a reinforcement learning problem.\

Scikit-xcs \

Tutorial\