<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Projects | Aylin Naebzadeh</title><link>https://aylinnaebzadeh.github.io/projects/</link><atom:link href="https://aylinnaebzadeh.github.io/projects/index.xml" rel="self" type="application/rss+xml"/><description>Projects</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><lastBuildDate>Wed, 01 Jan 2025 00:00:00 +0000</lastBuildDate><image><url>https://aylinnaebzadeh.github.io/media/icon_hu60b00facb642d5c4a6e81d28c27a98a7_27079_512x512_fill_lanczos_center_3.png</url><title>Projects</title><link>https://aylinnaebzadeh.github.io/projects/</link></image><item><title>Selected Academic Projects</title><link>https://aylinnaebzadeh.github.io/projects/projectslist/</link><pubDate>Wed, 01 Jan 2025 00:00:00 +0000</pubDate><guid>https://aylinnaebzadeh.github.io/projects/projectslist/</guid><description>&lt;div style="text-align: justify;">
&lt;hr>
&lt;h4 id="predicting-covid-19-from-chest-x-ray-images-a-hrefhttpsgithubcomaylinnaebzadehcovid19-predictori-classfab-fa-githubia">Predicting COVID-19 From Chest X-Ray Images &lt;a href="https://github.com/AylinNaebzadeh/Covid19-Predictor">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Built a deep learning pipeline to predict COVID-19 from chest X-ray images using transfer learning on pre-trained &lt;strong>SqueezeNet&lt;/strong>.&lt;/li>
&lt;li>Applied data augmentation and preprocessing to improve generalization on limited medical data.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="tile-crack-detection-with-u-net-a-hrefhttpsgithubcomaylinnaebzadehtile-crack-detectioni-classfab-fa-githubia">Tile Crack Detection with U-Net &lt;a href="https://github.com/AylinNaebzadeh/tile-crack-detection">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Developed an image segmentation model to detect surface cracks on tiles using &lt;strong>U-Net&lt;/strong>.&lt;/li>
&lt;li>Combined classical image processing with deep learning to localize fine-grained defects.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="genetic-and-ant-colony-algorithms-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainevolutionary-algorithmsi-classfab-fa-githubia">Genetic and Ant Colony Algorithms &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/evolutionary-algorithms">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Implemented a &lt;strong>Genetic Algorithm&lt;/strong> to solve cubic equations and explore convergence behavior.&lt;/li>
&lt;li>Implemented an &lt;strong>Ant Colony Optimization&lt;/strong> algorithm for task scheduling problems.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="football-match-fuzzy-predictor-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainfuzzy-controlleri-classfab-fa-githubia">Football Match Fuzzy Predictor &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/fuzzy-controller">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Designed a fuzzy logic controller to predict football match outcomes using interpretable rules.&lt;/li>
&lt;li>Used the &lt;strong>Simpful&lt;/strong> library to define linguistic variables and construct fuzzy rule bases.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="image-recalling-hopfield-network-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainhopfieldi-classfab-fa-githubia">Image Recalling Hopfield Network &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/hopfield">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Implemented a &lt;strong>Hopfield network&lt;/strong> for recalling patterns on Fashion-MNIST–style image data.&lt;/li>
&lt;li>Extended the Hopfield formulation to handle a &lt;strong>TSP-like&lt;/strong> optimization setting.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="som-and-rbf-clustering-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainkohonen-som-rbfi-classfab-fa-githubia">SOM and RBF Clustering &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/kohonen-som-rbf">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Implemented &lt;strong>Self-Organizing Maps (SOM)&lt;/strong> and &lt;strong>Radial Basis Function (RBF)&lt;/strong> networks for classification tasks.&lt;/li>
&lt;li>Used &lt;strong>TensorFlow&lt;/strong> and &lt;strong>Keras&lt;/strong> to train and compare different clustering and representation schemes.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="mlp-from-scratch-a-hrefhttpsgithubcomaylinnaebzadehcomputational-intelligencetreemainmlp-from-scratchi-classfab-fa-githubia">MLP From Scratch &lt;a href="https://github.com/AylinNaebzadeh/Computational-Intelligence/tree/main/mlp-from-scratch">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Implemented a &lt;strong>multilayer perceptron&lt;/strong> from scratch for classification problems.&lt;/li>
&lt;li>Used &lt;strong>Keras&lt;/strong> to experiment with momentum and weight decay for optimization and regularization.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="artificial-intelligence-course-projects-a-hrefhttpsgithubcomaylinnaebzadehaii-classfab-fa-githubia">Artificial Intelligence Course Projects &lt;a href="https://github.com/AylinNaebzadeh/AI">&lt;i class="fab fa-github">&lt;/i>&lt;/a>&lt;/h4>
&lt;ul>
&lt;li>Built a deep-learning–based model to recognize different clothing types from images.&lt;/li>
&lt;li>Completed UC Berkeley–style &lt;strong>Pac-Man AI&lt;/strong> projects, covering search, reinforcement learning, CSP, and MDP formulations.&lt;/li>
&lt;/ul>
&lt;hr>
&lt;h4 id="smart-sensor-embedded-games-for-autism-and-alzheimers">Smart Sensor-Embedded Games for Autism and Alzheimer’s&lt;/h4>
&lt;ul>
&lt;li>Co-designed smart games to support Alzheimer’s patients and autistic children, focusing on engagement and cognitive support.&lt;/li>
&lt;li>Developed sensor-embedded puzzles and interactive game rooms to assist caregivers with monitoring and assessment.&lt;/li>
&lt;/ul>
&lt;/div></description></item></channel></rss>