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

What is it about?

This article explains brain tumor segmentation from the non-tumor regions. It also classifies tumor sub-regions effectively by deep neural network technique. The proposed method is modified inception module based U-Net model. It has encoder and decoder architecture like original U-Net architecture.

Why is it important?

The survival rate of brain tumor is less. If it detects earlier then the survival rate is increased by giving earlier treatment plans. The isolation of the tumor part is to be done with this method.

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