RodAli
Current Master of Information student at the University of Toronto. Completed Bachelor of Computer Science at the University of Toronto.
Pinned Repositories
Campfire-Backend
Includes database code, data structure code and algorithms used in the Fireplace android app.
Chicken-Hero
Diabetes-Dataset-Analysis
In this notebook I will be exploring the relationship of age, blood pressure, and BMI on a person's skin thickness. To do this I will be comparing the means of different groups using the following statistical methods: ANOVA, T-Test, Multiple Linear Regression and ANCOVA.
fake-job-postings-analysis
Flylocity-Android-App
Android app for booking flights and calculating shortest routes to destinations. Final project in Software Design UofT Course.
FriendMe-Server
A social media server that communicates through sockets in C. Made for final assignment of CSC209 UofT course.
min-flow
Algorithm that takes in a directed graph of n nodes, where the edges are how much one node "owes" to another. The algorithm prunes the graph until there are the minimum number of transactions such that every node gets the amount they are "owed".
Multi-threaded-Car-Intersection-Synchronization
Assignment for UofT Operating Systems Course
Particle-Ecosystem
A virtual ecosystem where you can observe the interaction of many particle agents
RAW-to-jpg-converter
Small python script to convert raw images to jpg
RodAli's Repositories
RodAli/FriendMe-Server
A social media server that communicates through sockets in C. Made for final assignment of CSC209 UofT course.
RodAli/min-flow
Algorithm that takes in a directed graph of n nodes, where the edges are how much one node "owes" to another. The algorithm prunes the graph until there are the minimum number of transactions such that every node gets the amount they are "owed".
RodAli/Multi-threaded-Car-Intersection-Synchronization
Assignment for UofT Operating Systems Course
RodAli/fake-job-postings-analysis
RodAli/Campfire-Backend
Includes database code, data structure code and algorithms used in the Fireplace android app.
RodAli/Chicken-Hero
RodAli/Diabetes-Dataset-Analysis
In this notebook I will be exploring the relationship of age, blood pressure, and BMI on a person's skin thickness. To do this I will be comparing the means of different groups using the following statistical methods: ANOVA, T-Test, Multiple Linear Regression and ANCOVA.
RodAli/Flylocity-Android-App
Android app for booking flights and calculating shortest routes to destinations. Final project in Software Design UofT Course.
RodAli/inf2178h-w22-exp-design-datascience
RodAli/MI-nlp-reading-course
RodAli/Particle-Ecosystem
A virtual ecosystem where you can observe the interaction of many particle agents
RodAli/RAW-to-jpg-converter
Small python script to convert raw images to jpg
RodAli/Genre-Classification
Can we predict the genre of a song based on its lyrics? Based off the work done in the course INF2179 - Machine Learning with Applications in Python
RodAli/Pokedex
A Pokedex web application written in React
RodAli/Qwerty-Social-Web-App
Qwerty a social media site for socializing and posting!
RodAli/rodali.github.io
Personal static site
RodAli/the-backrooms-twine
A Twine project based on the online urban legend The Backroom. This is for the course INF2331 - The Future of The Book.
RodAli/The-Great-Vacuum-Race
A simple 2-D game where you collect dustballs for CSC207 Software Design assignment
RodAli/Topic-Modeling-Comparative-Analysis
A comparative analysis between 4 topic modeling methods: LDA, NMF, BTM and CoreEx