Adam Lam
Adam2611
ML Engineer from the University of Waterloo
Languages
Repos
16
Stars
11
Forks
1
Top Language
Java
Loading contributions...
Top Repositories
Novel Stutter Detection based on Machine Learning.
My First GUI Application is a Connect 4 Game with multiple features such as easy/hard AI, and customization such as colours and sound.
WaveChat is a university social media platform built with JS and WebRTC. Launched in 6 universities with 400 users.
With over 500 installs, this Chrome extension displays a random picture of a dog! Would brighten up their day!
Created a Novel Stutter Detection Model using a time-series CNN and complex preprocessing functions.
Performed complex data preprocessing, dashboards, and demoed a statistical sepsis prediction algorithm
Repositories
16My First GUI Application is a Connect 4 Game with multiple features such as easy/hard AI, and customization such as colours and sound.
WaveChat is a university social media platform built with JS and WebRTC. Launched in 6 universities with 400 users.
With over 500 installs, this Chrome extension displays a random picture of a dog! Would brighten up their day!
Created a Novel Stutter Detection Model using a time-series CNN and complex preprocessing functions.
Performed complex data preprocessing, dashboards, and demoed a statistical sepsis prediction algorithm
No description provided.
Novel Stutter Detection based on Machine Learning.
With over 600 installs, this Chrome extension blocks out inappropriate language from websites.
Healthcare Data Analytic Solution @ https://devpost.com/software/house-ai
Lynz is a web app aimed to display the busyness of nearby stores based on live data from the users. This will help users to make informative decisions about when to leave their house to go to the store.
Lynz-Backend Lynz is a web app aimed to display the busyness of nearby stores based on live data from the users. This will help users to make informative decisions about when to leave their house to go to the store. This was made in an effort to help stop the COVID-19 Pandemic. The backend code was made with node.js along with express. As well, MongoDB and mongoose were tools we used for our database.
Spec repository for Windows Calculator (https://github.com/Microsoft/calculator)
TeachAssist is an online platform used by teachers and students for the open communication of marks and other important details. This well-documented Python Script will allow students to link multiple accounts and keep track of all their marks over time. As well, if used with a scheduler program, it can email the student at the moment their mark changes.
This is a mobile app that tests the limits of mental math. Tests for recognition of prime numbers and linear combinations, packed into a fun game
A new way of reporting marks to students. Instead of the mark reporting systems being geared towards teachers and their benefit, StudentAssist aims to benefit students. This is done through interactive visuals of their marks, goals they can clearly set for themselves, and calculations that would help them attain their required marks.
This is a maze solver that uses recursive backtracking to find its way out of a maze. The code is almost unbreakable, as very large inputs and edge cases such as 'square loops' are correctly handled