Skip to content

Commit 0d9fe22

Browse files
committed
f
1 parent 784e2b7 commit 0d9fe22

File tree

3 files changed

+1825
-0
lines changed

3 files changed

+1825
-0
lines changed

CV.html

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,57 @@ <h3>
717717
</div>
718718

719719

720+
<!-- ======= Project 11 ======= -->
721+
722+
<div class = "project-6">
723+
<div class="container project-container">
724+
<div class="row justify-content-left d-flex flex-wrap align-items-center">
725+
<div class="row justify-content-left">
726+
<div class="col-12">
727+
<div align="justify">
728+
<h2 style="color:blue;"><b>Project 11: Advanced Optimization of Convolutional Neural Networks for Echocardiographic
729+
Image Analysis using Automated Hyperparameter Tuning</b></h2> <br>
730+
731+
<h3><b>Introduction:</b><br><br>
732+
In the field of medical imaging, particularly echocardiography, Convolutional Neural Networks (CNNs) have shown promising
733+
potential to enhance diagnostic processes through accurate image classification and segmentation. However, the optimal
734+
performance of CNN models is dependent on the precise tuning of hyperparameters, a task that is traditionally time-consuming
735+
and requires extensive experiments. This project proposes the use of automated hyperparameter optimization (HPO) techniques to
736+
streamline the optimization process, aiming to improve the efficiency and accuracy of CNN models for echocardiographic analysis.
737+
By leveraging advanced HPO methods and tools such as Keras Tuner and Optuna, the project seeks to eliminate the manual tuning bottleneck,
738+
fostering advancements in automated medical diagnostics.<br><br>
739+
740+
<b>Aims:</b><br><br>
741+
<ol>
742+
<li>To review and assess the current landscape of CNN architectures and HPO techniques, focusing on their applications and
743+
performance in medical imaging, specifically echocardiography.</li>
744+
<li>To implement and evaluate automated HPO strategies to enhance
745+
CNN models for echocardiographic view classification and image segmentation, comparing their effectiveness against traditional manual tuning methods.</li>
746+
</ol><br>
747+
<b>Significance:</b><br><br>
748+
This project aims to significantly advance echocardiographic analysis by automating CNN model optimization,
749+
enhancing clinical diagnostics and making advanced AI tools more accessible to medical applications and researchers.
750+
<br><br>
751+
<b>Implementation and Datasets:</b><br><br>
752+
You can implement automated hyperparameter tuning for the following tasks: <br><br>
753+
<ol>
754+
<li>Echocardiography View classification using the description and dataset in Project 3.</li>
755+
<li>Left ventricular Segmentation in Echocardiography using the description and dataset in Project 6.</li>
756+
</ol></h3>
757+
<div align="center">
758+
<br/>
759+
<img class="img-fluid" src="assets\img\projects\Portfolio\CV\proj11.jpeg" alt="Tuner Search Loop">
760+
761+
</div>
762+
763+
</div>
764+
</div>
765+
</div>
766+
</div>
767+
<hr>
768+
</div>
769+
</div>
770+
720771

721772
<!-- <div class = "project-2">
722773

0 commit comments

Comments
 (0)