Stars
Centralised platform for your commutes in the Greater Toronto Area! Sign in and access local TTC routes plus your current Presto balance. Built with Android Studio (Java), PHP, SQL
Find keyword trends (Using k-means and gaussian mixture models) to see how America and Canada have responded to the Coronavirus outbreak differently
Implementations of models, trading strategies and theories from quantitative finance
Exercises collected from Python for Time Series Data Analysis Course on Udemy
An open-source interpreter for a custom language (Flamango) built in Python
Ashwins9001 / remind
Forked from remindmodel/remindREMIND - REgional Model of INvestments and Development
Training a Generative Adversarial Network (GAN) to produce grayscale images of new pokemon. Built using Keras
Bringing the decentralized payments to ecommerce.
A small-scale file managing system utilizing a binary search tree implementation of an ordered dictionary.
A rudimentary tic-tac-toe web application created with ReactJS.
A straightforward inventory management tool built using PHP and MySQL.
Lightweight python script to execute .py files and compare actual outputs against expected output using iterative testing
Trying out RL algorithms (Q-learning, Deep Q-learning) using Gym
Testing a double deep q-network for self-driving cars using open-source Carla environment. Built in Tensorflow 1.15
Exercises to learn Android Studio UI/UX features, containers (adapters), lifecycle, activities, fragments, intents. Work done in mix of Java, Kotlin
CUDA C exercises to learn more about parallel programming, based on book: CUDA by Example: An Introduction to General-Purpose GPU Programming
Based on tutorial series by Hvass Labs; All models will be running on Python 3.7 using older version of Tensorflow (1.X) to maintain compatibility with import examples; ran on CPU
Exercises for DS&A covering graphs, path planning, HTs, heaps, linked lists, and leetcode challenges
Image processing exercises on: masks, thresholding, line/corner detection (Hough Transform, Harris Detector), tracking (KLT, Mean-Shift), pyramids, feature extraction (ORB); Based on tutorials by P…
This project uses a supplied data set of London's average temperature for each month from 1884 to 2017. It analyzes the data set to find the coldest/warmest temperature along with its associated mo…
The project created at hand is an Airline Reservation System which is outputted onto the console. A menu is displayed and users can pick from 3 options. If the input is 1, a random first class seat…
A simple text based game of TicTacToe which can be played against the computer (no logic, random valid moves).The object of the game is to achieve 3 of either "x" or "o" in a row. If by the end of …
A mixture of Hangman and Wheel of fortune either against another player, or the computer. A list of puzzles is loaded into the game via reading the supplied textfile. In which there are a list of c…
A text based credit card validator created via the Luhn Check (also known as the Mod 10 check).
Using a supplied text file, this program analyzes a simple data set of London weather to find the coldest/hottest months and years dating back to 1884. As well as searching for specific years and f…
A police dispatcher using Linked Lists to simulate a priority queue. Commands are taken from a text file, as well as the job descriptions/ratings which are explained later on.
A simple text based ordering system for a restaurant