Pinned Repositories
Algorithmic-Bias
Coded by David Zhang (@dvzg13) and I to generate the results for our investigation into the effects of biased data on ML algorithms. First Place at the 2020 Stemanities Research Competition.
AnimalTracking
Tracks animal movement in an mp4 file or web cam. Currently implemented to track mice and determine features such as its speed, distance traveled, time spent near walls, etc.
DataParser
IrisClassifier
Uses a perceptron to classify the type of Iris given data such as petal and sepal length.
machine-learning-experiments
Some Machine Learning experiments using Python and Scikit-Learn
MarkovTextGeneration
Automatic Text Generator using Markov chains. "Train" the generator by uploading a file of your writing and try generating a paragraph!
MontaVistaCollaboration
OpticalDigitRecognition
Uses the K-Nearest Neighbor algorithm to classify handwritten digits.
TwitterRelevanceClassification
Classifies if a tweet is relevant to a disaster or not
VideoFilter
Filters videos live using your computer's webcam.
wang0324's Repositories
wang0324/AnimalTracking
Tracks animal movement in an mp4 file or web cam. Currently implemented to track mice and determine features such as its speed, distance traveled, time spent near walls, etc.
wang0324/TwitterRelevanceClassification
Classifies if a tweet is relevant to a disaster or not
wang0324/VideoFilter
Filters videos live using your computer's webcam.
wang0324/MarkovTextGeneration
Automatic Text Generator using Markov chains. "Train" the generator by uploading a file of your writing and try generating a paragraph!
wang0324/MontaVistaCollaboration
wang0324/DataParser
wang0324/machine-learning-experiments
Some Machine Learning experiments using Python and Scikit-Learn
wang0324/OpticalDigitRecognition
Uses the K-Nearest Neighbor algorithm to classify handwritten digits.
wang0324/T-Rex-Runner-Game
The famous no internet connection chrome dino game.
wang0324/Algorithmic-Bias
Coded by David Zhang (@dvzg13) and I to generate the results for our investigation into the effects of biased data on ML algorithms. First Place at the 2020 Stemanities Research Competition.
wang0324/TextWorld
wang0324/camera-feed
Code to send the camera feed of our robot to shuffleboard. Used in the 2020 FRC Infinite Recharge Season.
wang0324/ColorReplacer
Allows a user to replace colors images based on an approximation. For example, if the user wants to replace green with blue, all shades of green specific to the image (not the green channel) will be replaced with blue. The program differentiates between the green channel and the green in the image using k-means clustering, and assigns new color values using k-nearest neighbor. This project uses code from MultiColorImageConverter
wang0324/IrisClassifier
Uses a perceptron to classify the type of Iris given data such as petal and sepal length.
wang0324/Skin-IQ
Skin-IQ, Skin Disease Diagnosis. Created by Neel Kandlikar, Zachary Wang, Kevin Wang, and Kevin Chu
wang0324/CourseProject
wang0324/gitlet
wang0324/QuizGrader
A quiz grader aimed to reduce the time it takes to grade free response test answers. Prototype aimed for AP Computer Science
wang0324/segmentation
Segmentation pipeline + quantification