PPPrashant Pandeyinprashantpandey.hashnode.dev·Aug 25 · 2 min readworld models and using them to dream driveYou can find the full code here: https://github.com/pandey-ps/world-models/tree/master/drive (it is well commented to explain about the environment of the model). on a higher level, world models are00
PPPrashant Pandeyinprashantpandey.hashnode.dev·Mar 29 · 1 min readBuilding LLMs From ScratchDeepSeekV3 You can find the full code here: https://github.com/pandey-ps/solvingpapers/tree/main/deepseekv3 8x2 MoE DeepSeekV3 model from scratch in pytorch; this is a decoder only transformer with op00
PPPrashant Pandeyinprashantpandey.hashnode.dev·Feb 28 · 3 min readRay Tracer in 99 Lines of PythonYou can find the full code here: https://github.com/pandey-ps/raytracer I started this project as to learn the math behind the working of ray tracers as a weekend challenge. So, what I implemented is 00
PPPrashant Pandeyinprashantpandey.hashnode.dev·Jan 10 · 2 min readDynamic Resolution Vision Transformer: Faster Inference Without Extra TrainingVision Transformers run at a fixed image resolution. Easy images still go through the full high resolution pipeline, wasting time and compute. In this post, I explain a Dynamic Vision Transformer that00
PPPrashant Pandeyinprashantpandey.hashnode.dev·Nov 20, 2025 · 3 min readImplementing DeepSeek-OCR on Google ColabDeepSeek recently released DeepSeek-OCR, the research paper of it focuses on vision text compression, the model can decode thousands of text tokens from few hundred vision tokens. I wanted to test thi00