"Nothing Changes if Nothing Changes"

As a Data Science guy with one year of hands-on experience in the field, I am passionate about using data to solve complex problems and drive strategic decisions. My expertise spans statistical analysis, machine learning, data visualization, and programming, with a proven ability to transform raw data into actionable insights.

Recent Projects

Multiclass Classification with CNN - Python ↗

Compared three PyTorch CNNs—a VGG-style dual-conv, a lightweight single-conv, and a pretrained ResNet-50—on a 10-class animal dataset (limited dataset). The simple CNN beat the deeper custom net on limited data, while ResNet-50 converged in five epochs to over 95% validation accuracy, showcasing transfer learning’s power.

Other Python Projects

Song Recommendation Engine - Python ↗

This is a Decision Support System Project about recommend songs. Using K-mean to cluster all of the key attributes of songs and give a suggestion setlist relevantly and similar to that cluster. The data used is a piece of data made public by Spotify on Kaggle.