(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?

Artificial intelligent (AI) systems for clinical-decision support are an important tool in clinical routine. It has become a crucial diagnostic tool with adequate reliability and interpretability in disease diagnosis and monitoring. Undoubtedly, these models are faced with insufficient data challenges for training, which often directly determines the model’s performance. In order word, insufficient data for model training leads to inefficiency in the model built. To overcome this problem, we propose an AI-driven model by transfer learning in accurate diagnosis for medical decision support. Our approach leverages the shortage of data with a pretrained model by training the neural network with a fraction of the new dataset. For this purpose, we utilized the VGG19 network as the backbone network to support our model in integrating known features with the newly learned features for accurate diagnosis and decision making. Integrating this trained model speeds up the training phase and improve the performance of the proposed model.

Why is it important?

Its an artificial intelligence model that automatically identified different retinal diseases. This will help clinicians in their daily activities and speed up the diagnosis process.

Read more on Kudos…
The following have contributed to this page:
Idowu Paul Okuwobi
' ,"url"));