Skip to content
View abdulvajid1's full-sized avatar
🤗
Working from home
🤗
Working from home

Block or report abdulvajid1

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
abdulvajid1/README.md

Hi there 👋

I'm Abdul Vajid.

I'm obsessed with understanding how AI works under the hood.

Most of my time goes into learning Deep Learning, Machine Learning, Computer Vision, LLMs, and the mathematics behind them.

Beyond AI, I enjoy reading anything that helps me understand the world better—research papers, technical books, history, fiction, and just about any topic that sparks my curiosity.

I love learning from first principles and often find myself asking questions like:

Why does this exist? What problem was it trying to solve? How did people do it before this?

I enjoy building projects, reproducing ideas, and digging deep enough to understand concepts rather than simply using them.

Currently exploring:

  • Modern Deep Learning Architectures
  • LLMs, VLMs & Multimodal Systems
  • Agentic AI Systems
  • MLOps & Production ML

Fun Facts:

  • I buy books faster than I finish them
  • I constantly ask "why was this invented?"
  • Curious about almost everything, not just AI
  • I'll read anything interesting, from ML papers to fiction

Thanks for stopping by.

Pinned Loading

  1. GPT-2-124M-From-Scratch-Pytorch GPT-2-124M-From-Scratch-Pytorch Public

    GPT2 small Architecture from scratch Using pytorch

    Python

  2. ProGAN-From-Scratch-Pytorch ProGAN-From-Scratch-Pytorch Public

    A PyTorch implementation of Progressive GAN (ProGAN) from scratch, featuring progressive growing, fade-in layers, PixelNorm, Equalized Learning Rate, and Minibatch Standard Deviation.

    Python

  3. SRGAN-From-Scratch-Pytorch SRGAN-From-Scratch-Pytorch Public

    A PyTorch implementation of SRGAN from scratch for generating high-resolution images from low-resolution inputs using adversarial and perceptual learning.

    Python

  4. IMAGE-CAPTIONING-USING-ENCODER-DECODER__CNN-LSTM IMAGE-CAPTIONING-USING-ENCODER-DECODER__CNN-LSTM Public

    This project implements an Image Captioning model based on the architecture presented in a research paper. It combines a Convolutional Neural Network (CNN) as an encoder and a Long Short-Term Memor…

    Jupyter Notebook

  5. Qlora_Finetuning_Llama3B_Instruct-Model-for-Reasoning_ToolCalling Qlora_Finetuning_Llama3B_Instruct-Model-for-Reasoning_ToolCalling Public

    Jupyter Notebook

  6. LLaMA-2-from-scratch-in-PyTorch LLaMA-2-from-scratch-in-PyTorch Public

    Implementing Llama2 Architecture from scratch

    Python