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

Improving ELM Model using DL Feature Extraction and GWO: Application to Image Classification

What is it about?

This study boosts ELM's image classification performance by jointly optimizing input features and initializing weights/biases. Hybrid deep feature extraction and metaheuristic optimization overcome the limitations of standard ELMs, achieving state-of-the-art accuracy, especially under noisy conditions.

Why is it important?

This research is important because it unlocks the potential of ELMs for tackling challenging visual recognition problems through holistic optimization, while retaining their computational merits. The robustness achieved highlights their viability as efficient deep learning models.

Read more on Kudos…
The following have contributed to this page:
Selma Kali Ali
' ,"url"));