In this project, we were trying to classify NonCOVID and COVID CT scan images. We built an autoencoder to extract latent space features. Then by using the latent space features, we can classify the images by using K nearest neighbor and Bayesian model.(more details below)
- Data source: https://github.com/UCSD-AI4H/COVID-CT/tree/master/Images-processed
- You can download my autoencoder model and all the code sources here.
- Supervised learning by K nearest neighbor (KNN) and Bayesian (dataset was splitted into training and validation).