Pinned Repositories
cm3035-midterm
midterm for advanced web dev
colonist-chrome-extension
chrome extension for the colonist.io website
crypto-pump
command line tool for quickly buying and selling crypto currencies on the binance exchange
gym-catan
catan gym for training reinforcement learning algorithms
ml-implementations
implementing ml algorithms from scratch
monetery-extreme-weather-plotting
plotting extreme weather in monterey california
perceptron-iris-classification
simple perceptron model trained to classify samples from the iris dataset
proximal-policy-optimization
implementation of the proximal policy optimization algorithm using pytorch
teeny-go
deep-learning agent inspired by alpha go
uol-graphics-programming
as apart of the UOL Graphics Programming course
Gregory-Eales's Repositories
Gregory-Eales/teeny-go
deep-learning agent inspired by alpha go
Gregory-Eales/crypto-pump
command line tool for quickly buying and selling crypto currencies on the binance exchange
Gregory-Eales/cm3035-midterm
midterm for advanced web dev
Gregory-Eales/ai-alignment-fundamentals
work and material from the ASF alignment course
Gregory-Eales/ml-implementations
implementing ml algorithms from scratch
Gregory-Eales/pokemon-showdown-prediction
predicting winners of Pokémon showdown
Gregory-Eales/advent-of-code-2023
solutions for advent of code 2023
Gregory-Eales/apr-interest-streamlit
streamlit calculator for my dad
Gregory-Eales/Cats-Godot4-Modular-Souls-like-Template
Cat's loosely coupled souls-like game template/asset pack for the Godot Engine.
Gregory-Eales/cm3035-final-project
django social media clone
Gregory-Eales/go-gym
open ai style go environment written in rust
Gregory-Eales/gpt-2-counting
understanding how GPT-2 small continues numerical sequences
Gregory-Eales/gregory-eales.github.io
personal blog
Gregory-Eales/llm-flashcards
making interactive flashcards with LLMs
Gregory-Eales/mind-calibrator
a desktop app to calibrate decision confidence, counter cognitive biases, and train rational thinking
Gregory-Eales/ml-notes
brushing up ml, calculus, linear algebra, and statistics knowledge
Gregory-Eales/mood-mender
emotional support chatbot
Gregory-Eales/picoGPT
An unnecessarily tiny implementation of GPT-2 in NumPy.
Gregory-Eales/pubg-insights
code for pubg insights
Gregory-Eales/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
Gregory-Eales/rusty-ascii
ascii art in rust
Gregory-Eales/rusty-chat
making a cli chat application with rust
Gregory-Eales/rusty-euler
solving the first 100 project euler problems in rust
Gregory-Eales/rusty-go
rust go engine for turning sgf files into tensors
Gregory-Eales/san-diego-temp
exploring San Diego weather data
Gregory-Eales/spinning-up-ai-safety
spinning up for ai safety
Gregory-Eales/tiny-stories-interp
learning about mech interp. on the tiny stories model
Gregory-Eales/transistor-analysis
looking at cpu and gpu transistor trends over time
Gregory-Eales/trpo
implementing trust region policy optimization in jax
Gregory-Eales/vanilla-policy-gradient
implementation of the vanilla policy gradient algorithm using jax