(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, '

Use of Neural Network for Iris Recognition

What is it about?

This paper proposes a novel iris recognition system using FFBNN-ACFO. Initially the given input images are preprocessed using adaptive median filter to remove noise. Then the features which are extracted from the preprocessed image are used to train the FFBNN. During training, FFBNN parameters are optimized by ACFO to get high recognition accuracy.

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