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

Deep learning approach for recognition of Kannada Characters

What is it about?

Convolutional neural Network optimizes weights and filter parameters in hidden layers to generate features suitable for classification problems. In the paper CNN model with four layer architecture is best suited for recognition of Kannada characters

Why is it important?

In our algorithm , Feature visualization method to visualize the features and decide on the number of layers in CNN along with variation in size of the filter. Thus complexity of the model is analyzed

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