UNDER CONSTRUCTION!Throughout my years of coding in college I have compiled interesting projects made for both classes and personal interest. As my favorite programming projects use deep learning for visual science, I decided to include them here.
Inspired by art class's color theory studies, I realized that computers always see color values, hues and saturation objectively, while humans are subject to optical illusions. Can I make a program that sees color like humans do?
This first project from my deep learning class was meant to reinforce skills in PyTorch and neural network building.
Trained a neural network on sleep/study data to predict the grades of students on an exam given this information.
I created a computer vision program that detects when a hand signs in ASL. Followed the tutorial by @Murtaza's Workshop on Youtube.