(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Adjusting parameters of a fuzzy classifier using RL

What is it about?

A fuzzy rule based classification system is a special type of fuzzy modeling where its output is a discrete crisp value. The main challenging issue in designing fuzzy classifiers is constructing fuzzy rule base. This paper proposes a new fuzzy classifier based on reinforcement learning.

Why is it important?

The single winner reasoning method was improved. The proposed algorithm adjusts the parameters of another group of rules which affects the classification result indirectly. The experimental results show that the proposed approach outperforms other approaches like conventional reward and punishment scheme and multi-layer perceptron network in the terms of quality of classification and precision.

Read more on Kudos…
The following have contributed to this page:
vali Derhami
' ,"url"));