Coursework Projects

A time evolving online social network generation algorithm

Developed an algorithm - EpiCNet - to generate dynamic, time-evolving, synthetic online social networks for downstream social network analysis tasks.

Analysis Of Contextual And Structural Information Importance In Code Representation Learning

Developed a standardized pipeline of downstream tasks for evaluation of code representational learning models.

SARS-CoV-2 Interactors Identification using Network-Based Label Propagation

Implemented Random Walk with Restarts (RWR) algorithm to discover human proteins interacting with the SARS-CoV-2 virus proteins directly or indirectly.

Social Media Sentiment Analyzer for COVID-19

Built a model that stratifies Tweets pertaining COVID-19 into 3 sentiment categories to identify posts propagating anti-vaccine misinformation through social media. Tools: scikit-learn, PyTorch, nltk, pandas

Cancer Diagnosis System using Support Vector Machine

An effective breast cancer classification model constructed using GNU Octave 4.0 to implement Support Vector Machine (SVM) with Gaussian RBF Kernel. The prediction accuracy amplified to ~97% using feature selection based on iterative computation and comparison of F-Scores.