Pinned Repositories
audio-loop
Simple CLI to loop an audio file in Python with controls from Pygame
clean-code-comments
Examples of good and bad commenting (according to the book Clean Code) on a simple MNIST classifier
Discrete-Optimisation
Code written for my MT5611 Symbolic Computation project at St Andrews. Simulated annealing and branch-and-bound solvers applied to TSP and ising spin model.
docs
Source code for the Streamlit Python library documentation
DQN
I'm implementing the deep RL algorithm DQN on Cartpole and eventually Pong
html-copy
Modify HTML in the clipboard to make pasting between Slack, Google Docs, and Obsidian easier.
inverse-scaling-eval-pipeline
Basic pipeline for running different sized GPT models and plotting the results
logviz
Logviz: A tool for visualising experiment logs from openai/evals
rigidity_masters
Code for my master's project on rigid frameworks
naimenz's Repositories
naimenz/inverse-scaling-eval-pipeline
Basic pipeline for running different sized GPT models and plotting the results
naimenz/logviz
Logviz: A tool for visualising experiment logs from openai/evals
naimenz/Discrete-Optimisation
Code written for my MT5611 Symbolic Computation project at St Andrews. Simulated annealing and branch-and-bound solvers applied to TSP and ising spin model.
naimenz/DQN
I'm implementing the deep RL algorithm DQN on Cartpole and eventually Pong
naimenz/html-copy
Modify HTML in the clipboard to make pasting between Slack, Google Docs, and Obsidian easier.
naimenz/rigidity_masters
Code for my master's project on rigid frameworks
naimenz/audio-loop
Simple CLI to loop an audio file in Python with controls from Pygame
naimenz/clean-code-comments
Examples of good and bad commenting (according to the book Clean Code) on a simple MNIST classifier
naimenz/docs
Source code for the Streamlit Python library documentation
naimenz/GANs
I'm implementing GANs in PyTorch directly from the original paper, and (initially) testing on MNIST
naimenz/ID5059-Group-Project
Private GitHub repo for ID5059 Group project
naimenz/knowledge-compilation
Code from master's project on weighted first-order model compilation
naimenz/make-transcripts
Make transcripts from podcast audio (see README for original colab link)
naimenz/onesixthree
Quick solver for the game 163, where the objective is to take six playing cards and make 163 through arithmetic.
naimenz/Rainbow-Code
Code from Coding Train YouTube video tutorials.
naimenz/remote-dotfiles
Quickstart for remote machines
naimenz/sonos-looper
Play a local audio file on repeat on a Sonos speaker using SoCo.
naimenz/toy-sae
Messing around with Sparse Autoencoders on toy data
naimenz/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.