Skip to content
View adey4's full-sized avatar

Highlights

  • Pro

Organizations

@UC-Berkeley-I-School

Block or report adey4

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
adey4/README.md

LinkedIn Badge

Typing SVG

About Me

I'm a Master of Information and Data Science candidate at UC Berkeley who loves to build AI systems! My work spans machine learning, software engineering, and data science – from creating scalable ML APIs to developing agentic systems that boost code generation accuracy.


πŸ“Œ What I Do

  • AI & Machine Learning: Building AI systems, natural language processing models, and edge-device optimizations.
  • Software Engineering: Designing scalable systems with cloud platforms (AWS, Azure), container orchestration (Kubernetes, Docker), and robust APIs.
  • Data Science & Analytics: Leveraging data and statistical theory to drive insights and optimize processes.

πŸ› οΈ Skills

Programming

Python SQL R Java Bash

Cloud & DevOps

AWS Azure Kubernetes Docker Redis

Libraries & Frameworks

Transformers PyTorch TensorFlow FastAPI NumPy Pandas SciPy SpaCy


πŸš€ Experience

Software Engineering Intern, AI Systems @ Stealth

  • Developing an AI-driven legal research platform, architecting an MVP using AWS Lambda, Bedrock, and Weaviate for strategic insights.

Machine Learning Engineering Intern @ LifePlus

  • Trained a lightweight CNN-BiLSTM model for non-invasive blood pressure estimation on edge devices with <5 mmHg MAE.
  • Implemented terabyte-scale sensor data processing using TensorFlow, NumPy, and Pandas.

Data Scientist Fellow @ Coding Dojo

  • Applied ML techniques with TensorFlow and Pandas on both structured and unstructured data to drive actionable insights.

πŸ“š Projects

End-to-End Machine Learning API

  • Built a sentiment analysis service using FastAPI and a pre-trained DistilBERT model.
  • Deployed on Kubernetes (Minikube locally and Azure AKS in production) with automation scripts and Redis caching.

Test-Driven Multi-Agent Code Generation

  • Developed a multi-agent system using unit test-driven reflection to boost Python code generation performance across GPT-3.5, Claude, and Code Llama.

Mini GPT

  • Implemented a decoder-only Transformer model from Attention is All You Need, using NumPy for matrix operations and PyTorch for backpropagation.

πŸ”— Connect With Me

Pinned Loading

  1. toy-gpt toy-gpt Public

    A toy Transformer model to demonstrate natural language generation capabilities on consumer hardware

    Jupyter Notebook

  2. Deep-Reinforcement-Stock-Trading Deep-Reinforcement-Stock-Trading Public

    Forked from Albert-Z-Guo/Deep-Reinforcement-Stock-Trading

    A light-weight deep reinforcement learning framework for portfolio management. This project explores the possibility of applying deep reinforcement learning algorithms to stock trading in a highly …

    Jupyter Notebook

  3. tensorflow tensorflow Public

    Forked from tensorflow/tensorflow

    An Open Source Machine Learning Framework for Everyone

    C++