Thank you for your interest! Please fill out the form below if you would like to work together.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form
PROJECTS
Here is a collection of my projects with their GitHub repos.
Projects featured on GITHUB
Identifying The Social And Political Correlates of COVID-19 Vaccination Around The World
‣Description:
I performed a data analysis on Covid-19 vaccination progress using machine learning and statistics to understand the relations between the different political and social characteristics of a country and its vaccination rate.
I grouped the reasons for the uneven distribution of vaccination around the world into political and social reasons. The political reasons represent the government's inadequacy and the social reasons represent vaccine hesitancy.
Implemented multiple deep machine learning models for grapevine leaf classification using a transfer learning approach based on pre-trained convolutional neural networks, including MobileNetV2, ResNet50, EfficientNetB3, and InceptionNetV3.
Implemented an autoencoder to evaluate its impact on accuracy and used 10-fold cross-validation for evaluation.
Final project for the Data Mining course, which received full mark.
In this Google Colaboratory I have gathered the definitions and implemented python syntaxes for many famous concepts in statistical methods such as One and Two Sample t-tests, ANOVA Test, Regression, Chi-Square Goodness of Fit Test, and some Non-parametric Tests like Wilcoxon Test.
I implemented an optimized prediction algorithm using machine learning regression techniques for house prices by testing Linear Regression, Decision Tree Regression, Random Forest Regression, Support Vector Machine (SVM), and Extreme Gradient Boost Regression (XGBoost) algorithms
I calculated the model's error using RMSE(Root Mean Square Error), then picked Decision Tree Regressor with an error of 9650 for predicting prices from the test dataset and implemented the feature importance method.
Final project for the Statistical Methods course, which received full mark.
College Management System with Relational Databases
‣Description:
I designed and developed a college management system using object-oriented programming in Python, with a sophisticated and modular user interface, and a relational database back-end, implemented using the PyQt5 and the SQLite3, respectively.
Three types of users namely the Dean of faculty, professors, and students can sign up and do various things.
Final project for the Advanced Programming course. Achieved the highest score among 60 students.
A Study on Properties of Finite Groups: A Python Implementation
‣Description:
Designed and created an easy to use interactive program in Google Colaboratory using Jupyter Notebook and the NumPy module in Python.
The program helps learners to derive useful information about finite groups, including determining the group order, getting the inverse of an element, and generating the centre of the group.
Final project for the Algebra I course which received full mark and was praised by the teaching assistant.