- Building a Generative Adversarial Net (GAN) that accurately imputes missing data in categorical as well as numerical datasets as a part of my Masters’ advanced research project.
- Achieved an RMSE of 0.052 on UCI spam base dataset and 0.126 on UCI letter recognition dataset.
- Informative visualisations to get an overview of the success and errors of the imputor and for further improvement.
- Currently using only a single layer of Generator and Descriminator, plan on introducing stacked ensemble.
Technologies: Python, Tensorflow, Machine Learning, Visualisation