Pinned Repositories
Alphabetic-Ciphers
Contains code for various different alphabetic ciphers
Cuda-Playground
Just a repo where I play around with CUDA
JumperMan
A 2D game written entirely in WebGL!
MusicTransformer-Pytorch
MusicTransformer written for MaestroV2 using the Pytorch framework for music generation
Pascal-Compiler
Pascal Compiler written in C. Takes Pascal code and outputs gcc-targeted x86-64 assembly. Mileage may vary!
Python-Primer
A sample Python file meant as a basic introduction to Python.
Qt-PathFinding-Maze
Implements some search algorithms over a weighted maze. (Codebase needs work)
Recursive-Clustering
Algorithm for re-clustering a dataset based on user defined thresholds. Example set uses the United States Census with thresholds of population and distance.
YOLOv4-Pytorch
Implementation of Darknet with You Only Look Once (YOLO) in Pytorch
makerspace-utilization
gwinndr's Repositories
gwinndr/MusicTransformer-Pytorch
MusicTransformer written for MaestroV2 using the Pytorch framework for music generation
gwinndr/YOLOv4-Pytorch
Implementation of Darknet with You Only Look Once (YOLO) in Pytorch
gwinndr/Pascal-Compiler
Pascal Compiler written in C. Takes Pascal code and outputs gcc-targeted x86-64 assembly. Mileage may vary!
gwinndr/JumperMan
A 2D game written entirely in WebGL!
gwinndr/Recursive-Clustering
Algorithm for re-clustering a dataset based on user defined thresholds. Example set uses the United States Census with thresholds of population and distance.
gwinndr/Alphabetic-Ciphers
Contains code for various different alphabetic ciphers
gwinndr/Cuda-Playground
Just a repo where I play around with CUDA
gwinndr/Python-Primer
A sample Python file meant as a basic introduction to Python.
gwinndr/Qt-PathFinding-Maze
Implements some search algorithms over a weighted maze. (Codebase needs work)
gwinndr/robot-fruit-hunt
A fun little game that doubles as a JavaScript programming exercise.
gwinndr/Two-Layer-Neural-Net-with-BackPropagation
Implementation of a Two-Layer Neural Network with BackPropagation in Python. Done for a machine learning assignment.