Pinned Repositories
ARG-console-puzzle
A small C++ console game presenting 4-option puzzles. Part of an ARG for Queens' Computer Science freshers in 2020.
C-mini-mergesort
A very mini mergesort in C, recursing on one array.
dadaptation-extra
D-Adaptation for SGD, Adam and AdaGrad - with added comments to link to paper notation.
Data-Science-toolkit
Dissertation-tools
Little tools and templates to help write dissertations...
FrEIA
Framework for Easily Invertible Architectures
Java-CNN
A convolutional neural network written from scratch, in Java.
Keep-on-the-rails
[Trijam #229] A Reigns-esque mini management game in Unity.
L352-Palette-Deglaring
A fork of Palette diffusion, to train a model on deglaring, for Rafal Mantiuk's L352 Advanced Graphics course.
skillbench
A multi-fidelity analysis of skill rating systems against CS:GO games
mgm52's Repositories
mgm52/Java-CNN
A convolutional neural network written from scratch, in Java.
mgm52/skillbench
A multi-fidelity analysis of skill rating systems against CS:GO games
mgm52/cot-transparency
Improving transparency of large language models' reasoning
mgm52/C-mini-mergesort
A very mini mergesort in C, recursing on one array.
mgm52/ARG-console-puzzle
A small C++ console game presenting 4-option puzzles. Part of an ARG for Queens' Computer Science freshers in 2020.
mgm52/dadaptation-extra
D-Adaptation for SGD, Adam and AdaGrad - with added comments to link to paper notation.
mgm52/Dissertation-tools
Little tools and templates to help write dissertations...
mgm52/Keep-on-the-rails
[Trijam #229] A Reigns-esque mini management game in Unity.
mgm52/L352-Palette-Deglaring
A fork of Palette diffusion, to train a model on deglaring, for Rafal Mantiuk's L352 Advanced Graphics course.
mgm52/PollMe
A full-stack web app to create sharable polls. Written to practice PHP...
mgm52/Unity-event-toolkit
An inter-GameObject event system for Unity.
mgm52/Emoji-gen
A silly p5.js app to generate random emojis by combining parts within constraints :)
mgm52/FrEIA-IRN-Coupling
A fork of FrEIA to introduce Xiao et al's "lop-sided" invertible coupling layer, used in invertible networks for image rescaling. (Main PR: https://github.com/vislearn/FrEIA/pull/115)
mgm52/IRN-FrEIA
Reimplementation of Xiao et al's Invertible Image Rescaling using the FrEIA framework, plus further experiments.
mgm52/max.rip
A simple personal website with responsive CSS :)
mgm52/Path-Integral-Optimiser
Optimisation-by-diffusion! My Part III masters project.
mgm52/Soundcloud-to-Spotify
A command-line executable to convert Soundcloud likes into Spotify playlists.
mgm52/torchSR-torchvision-fix
Super Resolution datasets and models in Pytorch
mgm52/Transformer-Circuit-Exercises
Latex'd solutions to transformer circuit exercises