- Research project on multi-modal computer vision (VGG-16) and natural language (BERT) model to diagnose skin diseases of 4 classes from images and textual symptoms achieving 88% accuracy on validation set exceeding single-modal models performance
- Dataset is from Dermnet (images) and text symptoms dataset is web-scraped using Beautiful Soup
- An integrated proof of concept using AWS EC2 featuring a Flask dashboard app for incident monitoring, a mySQL database and machine learning pipeline for time series forecasting future incident rates and case prioritisation
- NUS Orbital Project involving computer vision, machine learning and visual design to translate and teach American Sign Language to a greater audience.
- Data Science project from research, data cleaning, exploratory data analysis for prediction of concrete strength using regression methods
- Data Science project from research, data cleaning, exploratory data analysis for prediction of credit card fraud using classification methods
- Practice classification problem on credit card default using neural network classification and exploring different model specification and PCA
- Using convolutional neural network to do image classification on fashion MNIST
- Practice regression problem on classic auto-MPG dataset with exploration of hyperparameter selection using cross-validation
- Predicting glucose levels using simple linear regression with simple residual analysis