-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.Rmd
More file actions
22 lines (14 loc) · 1.13 KB
/
about.Rmd
File metadata and controls
22 lines (14 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: "Research Projects"
description: |
Below are desriptions of my most recent projects and corresponding articles.
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
# Machine Learning Prediction or Cornea Transplant Outcome
We quantified over 190 novel imaging and physiology-related features from corneal EC images and used them to train and test machine learning algorithms to predict future outcomes of cornea transplants. The results were compared to the current state-of-the-art metrics for quantitative analysis.
[**Proceeding**](njdocs/prediction_paper.pdf)
# Deep Learning Segmentation of Corneal Endothelial Cell (EC) Images
I utilized various softwares including *AMIRA*, *ImageJ*, *GIMP*, and MATLAB to reduce varying illumination gradients of EC images. After pre-processing images, the deep neural network U-Net was implemented in *Python* to perform image based cell segmentations. In order to clean up the segmentation predictions, a post-processing pipeline developed in MATLAB was applied to generate binary segmentations of cells and their borders.
[**Publication**](njdocs/segmentation_paper.pdf)