February,2021

Survival times prediction using autoencoder

Predicting survival times of cancer patients with high-dimensional data is challenging because regression models do not work well when the number of features is higher than the number of samples. In this project we used different types of autoencoders to reduce dimensionality of gene-expression data and predict survival times with the reduced features.

February,2021

Street sign classification from satellite images

Satellite images showing street sign numbers are extracted from Google Street View. The goal is to build a classifier that can detect street sign numbers. I used an Artificial Neural Network and a Convolutional Neural Network to classify signs from 0 to 11. CNN outperformed ANN with fewer weights, though CNN took a longer training time than ANN.

January,2020

Kolmogorov Test

Generated pseudo-random numbers and used the Kolmogorov-Smirnov test to check if they follow a uniform distribution.

April 14, 2017

Bootstrap Sampling

Used bootstrap methods to estimate statistics from haircut cost data. Built 90% confidence intervals with percentile and double bootstrapping techniques and compared the results.

April 11, 2017

Survival Analysis

Performed Kaplan–Meier survival analysis and Cox proportional hazards regression on publicly available data to examine the effects of covariates on time-to-event outcomes.