⚒️ I'm currently a third-year Computing Science and Artificial Intelligence Student at the University of Alberta ⚒️
🖥️ Passionate about Data Science, Machine Learning, and Algorithm Design 🖥️
⚒️ I'm currently a third-year Computing Science and Artificial Intelligence Student at the University of Alberta ⚒️
🖥️ Passionate about Data Science, Machine Learning, and Algorithm Design 🖥️
Facial Landmark Detection using Deep CNN Model employs a hybrid architecture—combining CNNs, ANNs, and RNNs—to accurately detect 138 facial landmarks from images. Trained on the Helen Dataset, this…
Python
Transformer Encoder Model features a custom-built attention mechanism implemented from scratch in 'encoder_torch.py'. This flexible encoder leverages multi-head attention, layer normalization, and …
Python
RAYE is a global debates platform with a React Native front-end and a Node.js, Express.js, MongoDB, and Socket.io back-end. It features dynamic discussion groups, personalized tweet-like feeds, ann…
JavaScript
BrainWave SVM leverages real-time EEG data from a Muse S headband to classify states of excitement versus neutrality using advanced feature extraction and an SVM model. This repo includes data acqu…
Jupyter Notebook
Edmonton Traffic Statistics — Statistical inference & machine learning on Edmonton collisions, traffic volume, and weather, with reproducible notebooks, a clean data pipeline, and a concise report …
Jupyter Notebook
Dynamic Currency Arbitrage Engine is a high-performance C++ system that exploits real-time market data to identify optimal currency conversion routes using advanced graph algorithms and custom data…
C++