Limit this search to....

Strength or Accuracy: Credit Assignment in Learning Classifier Systems Softcover Repri Edition
Contributor(s): Kovacs, Tim (Author)
ISBN: 1447110587     ISBN-13: 9781447110583
Publisher: Springer
OUR PRICE:   $161.49  
Product Type: Paperback - Other Formats
Published: October 2012
Qty:
Additional Information
BISAC Categories:
- Computers | Computer Science
- Computers | Intelligence (ai) & Semantics
- Computers | Data Processing
Dewey: 006.31
Series: Distinguished Dissertations
Physical Information: 0.69" H x 6.14" W x 9.21" (1.01 lbs) 307 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
Classifier systems are an intriguing approach to a broad range of machine learning problems, based on automated generation and evaluation of condi- tion/action rules. Inreinforcement learning tasks they simultaneously address the two major problems of learning a policy and generalising over it (and re- lated objects, such as value functions). Despite over 20 years of research, however, classifier systems have met with mixed success, for reasons which were often unclear. Finally, in 1995 Stewart Wilson claimed a long-awaited breakthrough with his XCS system, which differs from earlier classifier sys- tems in a number of respects, the most significant of which is the way in which it calculates the value of rules for use by the rule generation system. Specifically, XCS (like most classifiersystems) employs a genetic algorithm for rule generation, and the way in whichit calculates rule fitness differsfrom earlier systems. Wilson described XCS as an accuracy-based classifiersystem and earlier systems as strength-based. The two differin that in strength-based systems the fitness of a rule is proportional to the return (reward/payoff) it receives, whereas in XCS it is a function of the accuracy with which return is predicted. The difference is thus one of credit assignment, that is, of how a rule's contribution to the system's performance is estimated. XCS is a Q- learning system; in fact, it is a proper generalisation of tabular Q-learning, in which rules aggregate states and actions. In XCS, as in other Q-learners, Q-valuesare used to weightaction selection.