Research

Academic and independent research spanning AI & ML systems, physics, chemistry, and engineering.

filter_list Filter by category
Showing 2 entries in "AI & ML Research"
Vision Transformer (ViT-B/16) Architecture Implementation arrow_outward
Independent Independent Research December 2025 – January 2026 GitHub GitHub arrow_outward
PythonPyTorchTorchvisionTorchinfoNumPyMatplotlibPILKagglehubJupyter NotebookGoogle ColabGitGitHub
Implemented the Vision Transformer (ViT-B/16) architecture from scratch in PyTorch, following the paper "An Image is Worth 16x16 Words: Transformers for Image Recognition at Scale." Manually built all core components, including convolutional patch embeddings, class and positional embeddings, Multi-Head Self-Attention (MSA) and MLP blocks with Layer Normalization (LN) and residual connections, as well as the final classification head.
Used the equations and architectural definitions from the original paper to reason about data flow and tensor transformations throughout the model, explicitly tracking tensor shapes step-by-step from input images to output classification in order to ensure correctness and deepen understanding of the model structure.
Validated the implementation end-to-end by training the model from scratch on a 5-class weather image classification dataset sourced from Kaggle. Documented training simplifications relative to the paper and compared the custom implementation with PyTorch's built-in ViT.

Autonomous Vehicle Path Planning, Deep Learning & Ethics

International Baccalaureate Programme IB Extended Essay November 2023 – February 2025
PythonTensorFlowPyTorch
Produced a 4000-word research paper integrating empirical data and literature to assess autonomous vehicle (AV) societal and regulatory impacts. Researched and analyzed deep learning methods for AV perception and path-planning, evaluating their technical and ethical limitations. Conducted a primary survey on public AV perceptions, generating quantitative insights on safety and ethics.
arrow_back Projects
format_list_bulleted View All Research Certifications arrow_forward home Home