Skip to content
View AndrewBoessen's full-sized avatar

Block or report AndrewBoessen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AndrewBoessen/README.md

Hi, I'm Andrew!

About Me

I'm a Computer Science student at Boston College, with a minor in Finance. I'm deeply interested in software engineering, machine learning, and building innovative projects. I enjoy working across the stack, from building GPU-accelerated CUDA kernels to full-stack web applications.

Projects

  1. Neural Game Engine - Modeling interactive game environments using a VQ-VAE and Spatio-Temporal Transformers.
  2. Perfect Rep - 3D computer vision model for powerlifting analysis using PyTorch and Transformers
  3. Eagle Eval - Platform for Boston College course ratings using TypeScript, Angular, Express, and MongoDB
  4. 3DGS - 3D Gaussian Splatting built in C++ and CUDA
  5. CUDAgrad - GPU-accelerated autograd engine and neural network library using CUDA and C
  6. 1D Tokenizer - A neural architecture for encoding images into sequences of discrete tokens, enabling efficient image compression

Currently Reading

The Hidden Spring: A Journey to the Source of Consciousness

Cover Details
Book Cover Author(s): Mark Solms
Year: 2021
ISBN: 9780393542028

Pinned Loading

  1. neural-game-engine neural-game-engine Public

    Neural network approach for modeling interactive game environments using Vector Quantized Variational Auto-encoder (VQ-VAE) and Spatio-Temporal Transformers. Trained on Atari Skiing gameplay data.

    Python 4

  2. cuda-native-sparse-attention cuda-native-sparse-attention Public

    Efficient CUDA implementation of "Native Sparse Attention: Hardware-Aligned and Natively Trainable Sparse Attention"

    Python 7

  3. PerfectRep PerfectRep Public

    PerfectRep is a 3D pose estimation model tailored specifically for powerlifting analysis. It allows for precise tracking and analysis of lifter's movements to ensure perfect form and technique.

    Python 5 1

  4. VQ-VAE VQ-VAE Public

    A PyTorch implementation of Vector Quantized Variational Autoencoder (VQ-VAE) with EMA updates, pretrained encoder, and K-means initialization. Efficient discrete representation learning for variou…

    Python 17

  5. EagleEval EagleEval Public

    Welcome to EagleEval, a platform designed to empower Boston College students with valuable insights into teacher and class ratings.

    TypeScript 2 1

  6. CUDAgrad CUDAgrad Public

    A tiny autograd engine with gpu acceleration built with CUDA and C.

    Cuda 1 1