Skip to content
View Cameronr11's full-sized avatar
  • University of Tennessee
  • Knoxville

Block or report Cameronr11

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
Cameronr11/README.md

Hi 👋, I'm Cameron Rader

ML-minded SWE building useful AI systems — from medical imaging to search, RL, and HPC tooling

  • 🔭 I’m currently working on a Reinforcement Learning agent for 2048 and GAN variants for the “I’m Something of a Painter Myself” challenge.
  • 🎓 M.S. CS (Machine Learning) @ UT Knoxville; B.S. CS @ Christian Brothers University (NCAA soccer alum).
  • 🧠 Interests: ML systems, medical AI, NLP/RAG, RL, MLOps, HPC.
  • 📍 Knoxville, TN (open to relocate) • 🇺🇸 Work authorization: U.S. citizen/authorized.
  • 📫 Reach me: Cameronrader11@outlook.com
  • image Lets connect: www.linkedin.com/in/cameron-rader-b69b2b1ba

🚀 Highlights

  • Medical Imaging: Built an end-to-end MRI knee abnormality classifier (MRNet) reaching ~0.91 AUC on validation with attention and transfer learning.
  • Search & QA: Fine-tuned BERT for QA with custom RAG pipelines on long-context text (“A Study in Scarlet”).
  • Full-Stack + Optimization: Shipped an EA FC 24 SBC solver (Flask + Next.js + Selenium + Genetic Algo) to cut solve time from minutes to seconds.
  • HPC & Reliability: Contributed to UTK’s HPSC migration from Gold → ColdFront, integrating different technologies that come along with HPC management like Slurm, Ldap, etc.
  • Content Automation: Built an AI video pipeline that hit 3.1M views and 12K+ followers in <30 days.

🧩 Featured Projects

1) MRNet — Knee MRI Classification (DL from scratch, attention + transfer learning)

Repo: https://github.com/Cameronr11/MRNet-DeepLearning What it is: Deep-learning pipeline to detect ACL/meniscus/abnormalities across axial/coronal/sagittal views.
How it works: Pretrained CNN backbones (ResNet/DenseNet), attention-weighted slice pooling, augmentation scheduling, ensemble across views.
Results: ~0.91 AUC on validation; class imbalance handled with weighted losses and stratified sampling.
Stack: PyTorch, torchvision, Optuna, TensorBoard.

2) BERT + RAG — Long-context QA on “A Study in Scarlet”

Repo: https://github.com/Cameronr11/BERT-Novel-FineTune
What it is: Fine-tuning bert-base-uncased for extractive QA with custom RAG to overcome token limits.
How it works: Sentence/scene chunking, retrieval pipeline, and QA fine-tuning notebooks; install script for repro.
Stack: Hugging Face Transformers, Python.

3) SBC Auto — EA FC 24 Squad Builder Challenge Solver (full-stack + GA)

Repo: https://github.com/Cameronr11/SBCAUTO
What it is: End-to-end system that scrapes inventory and uses a genetic algorithm to build valid, cost-efficient squads meeting SBC constraints.
Stack: Next.js (TypeScript, Tailwind, Chakra UI) + Flask API, Selenium, SQLite/Pandas, Socket.IO (real-time progress).
Impact: Reduces solve time from ~10 minutes to <45 seconds (typical runs).

4) 2048 — Reinforcement Learning Agent

Repo: https://github.com/Cameronr11/2048_RL
Focus: DQN/dueling/CNN variants; training curriculum aimed at consistent 1024→2048 tiles; symmetry augmentation & target update schedules.
Stack: PyTorch, Gymnasium-style envs, NumPy.
Status: Hardening training loop & evaluation harness.

5) Monet-Style GANs — “I’m Something of a Painter Myself”

Repo: https://github.com/Cameronr11/GAN-Variant-Research Focus: Multiple GAN variants for style transfer & generation; local + cluster training workflows.
Status: Private while polishing baselines and evaluation; will open with reproducible configs.

6) ColdFront Migration & HPC Tooling (work project; code private)

What it is: Migration from legacy Gold to ColdFront for UTK’s HPSC portal Impact: Smoother access management and more stable workflows for SLURM-based research jobs.
Role: Graduate Research Assistant (HPSC).
Stack: Python, SLURM, plugins, infra scripting (details redacted).


💼 Experience

Graduate Research Assistant — High-Performance Scientific Computing, UTK
Aug 2024 – Present

  • Supported researchers with job orchestration, SLURM troubleshooting, and workload optimization on multi-GPU clusters.
  • Unified our project/access management with the HPC stack and standardized software installs (modules, dependencies, CUDA stacks), enabling faster onboarding, consistent runs, and fewer support escalations.

Software Developer Intern — Product Discovery, AutoZone
May 2023 – Aug 2023

  • Contributed to backend modules powering semantic search used by millions of customers.
  • Built an automated unit-testing framework to reduce deployment errors; improved synonym handling for better precision.

🛠️ Languages and Tools

aws c css3 git html5 java mongodb mysql nextjs nodejs postgresql python pytorch react tailwind tensorflow typescript


📊 GitHub Stats

cameronr11


☕ Now

  • Improving my 2048 RL evaluation and training throughput.
  • Researching different variations of the GAN architecture
  • Helping UTK researchers sharpen SLURM workflows.
  • Side Project: Working with the new Wan2.2 Animate 14B model to upgrade my Tiktok Automation pipeline for better Ai related content

Pinned Loading

  1. BERT-Novel-FineTune BERT-Novel-FineTune Public

    Jupyter Notebook

  2. MRNet-DeepLearning MRNet-DeepLearning Public

    DL_Project_Team15

    Python 1

  3. TIKTOKAUTOMATION TIKTOKAUTOMATION Public

    Python

  4. SBCAUTO SBCAUTO Public

    EA FC 24 AUTO SOLVER

    Python