Skip to content
View atandra2000's full-sized avatar
💭
Learning has no ending
💭
Learning has no ending

Block or report atandra2000

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

Atandra Bharati

Deep Learning Research Engineer building and evaluating AI systems from scratch in PyTorch, with a focus on efficient language models, generative vision, and research tooling.

I work at the boundary of model architecture and systems constraints: memory-aware attention, mixture-of-experts training, state-space models, diffusion pipelines, and reproducible experiment infrastructure.

Selected work

  • HyMo — hybrid language-model research combining recurrent and attention-based components.
  • FusionLLM — hybrid LLM pre-training framework integrating latent attention, gated delta networks, mixture-of-experts, and multi-token prediction.
  • GPT-OSS-Lite — long-context mixture-of-experts language-model experiments.
  • StableDiffusion — from-scratch diffusion-model training work.
  • EE1101 — offline-first interactive textbook for Electronic Systems and Circuits.

Project index

Language-model systemsHyMo, FusionLLM, GPT-OSS-Lite, Mamba-3-Lite, LLaMA-3-Lite, DeepSeek-v3-Lite, TranslationLM, and GPT-From-Scratch.

Vision systemsStableDiffusion, detect-objects, upscale-sr, ActionRecognition, FaceAgingCycleGAN, FaceGenerationVAE, DCGAN-Face-Generation, and VisionLanguageModel.

Research and agentic toolingAutonomousResearcher and news-agent.

Education systemsEE1101, an interactive course-textbook delivery system with an offline static build.

How I work

I favor inspectable implementations, numerical checks, repeatable experiments, and clear technical documentation. Each repository is the primary record for its architecture, validation method, and limitations.

Connect

Pinned Loading

  1. StableDiffusion StableDiffusion Public

    A Stable Diffusion 1.x-class latent diffusion model trained from scratch on 2× RTX 5090 (Blackwell) GPUs. Full UNet (~860M params), DDPM/DDIM, LAION pipeline, DDP+BF16.

    Python

  2. DeepSeek-v3-Lite DeepSeek-v3-Lite Public

    Faithful from-scratch reimplementation of DeepSeek-V3 (MLA + MoE + MTP), scaled for Chinchilla-optimal 422M training on a single A100 80GB

    Python 2