Highlights
- Pro
Stars
CNN classifying screenshots as either productive or not. Training images come from mp4 videos for unproductive data and picsum.photos for productive data
Chrome dino game implemented with pygame and played manually or with ai
A logistic regression program using python and NumPy to classify four inputs as a backslash or not
A CNN with a web scraper for data, optimized resize function, and data preparation. After training, used to classify screenshots as either productive or unproductive
Python and shell program to automate creating and deleting repositories and adding, committing, and pushing local changes
A multi-layer perceptron from scratch using Python and NumPy to classify the mnist dataset with a ~95% accuracy