Pinned Repositories
4096
A 2048 clone that starts with the 2048 tile already in place. The game is a trainer for players working towards the 4096 tile.
BlockUnlock
A rapid reflex iOS game that tricks the user into learning boolean logic.
DHS
Passenger Screening Kaggle Competition - 19th Place
diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
GAN_Practice
Practice making GANs in Pytorch
HackDartmouth
Team Middlebury's entry for Hack Dartmouth 2015.
HandwritingRecognition
An artificial neural network for classifying handwritten digits, coded from scratch in Java.
MWT
A dynamic programming algorithm for minimum weight triangulation of a simple n-sided polygon.
stockclassifier
NLP - A Naive Bayes text classifier applied to the MD&A section of a company's 10-Q.
VisualizingBlackjack
Some basic blackjack visualizations.
jamespeterthornton's Repositories
jamespeterthornton/HandwritingRecognition
An artificial neural network for classifying handwritten digits, coded from scratch in Java.
jamespeterthornton/MWT
A dynamic programming algorithm for minimum weight triangulation of a simple n-sided polygon.
jamespeterthornton/BlockUnlock
A rapid reflex iOS game that tricks the user into learning boolean logic.
jamespeterthornton/GAN_Practice
Practice making GANs in Pytorch
jamespeterthornton/4096
A 2048 clone that starts with the 2048 tile already in place. The game is a trainer for players working towards the 4096 tile.
jamespeterthornton/DHS
Passenger Screening Kaggle Competition - 19th Place
jamespeterthornton/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
jamespeterthornton/HackDartmouth
Team Middlebury's entry for Hack Dartmouth 2015.
jamespeterthornton/Kaggle-Carvana-Image-Masking-Challenge
jamespeterthornton/stockclassifier
NLP - A Naive Bayes text classifier applied to the MD&A section of a company's 10-Q.
jamespeterthornton/VisualizingBlackjack
Some basic blackjack visualizations.
jamespeterthornton/Kaggle-Sea-Lions-Solution
NOAA Fisheries Steller Sea Lion Population Count
jamespeterthornton/RBTree
A java applet I wrote for my Algorithms class. It displays a Red-Black Tree and supports insertion and deletion.