Kartikeya’s Musings
Blog
Resume
Blog
Categories
All
(6)
Computer Vision
(1)
Deep Learning
(6)
Diffusion
(2)
Generative AI
(3)
Building littlegrad Part 2
Deep Learning
In Part 1 we created a full-fledged autograd engine from the ground up. In this part, we will build and train our own little neural network by utilising the autograd engine.
Apr 25, 2024
Kartikeya Khare
Building littlegrad Part 1
Deep Learning
Building a light-weight autograd engine. Inspired by Karpathy’s micrograd library.
Apr 20, 2024
Kartikeya Khare
Neural Style Transfer
Deep Learning
Generative AI
Style transfer is a technique where the visual style of an image is transferred onto the content of another image. The goal is to generate a new image that preserves the…
Mar 18, 2024
Kartikeya Khare
Denoising Diffusion Probabilistic Models
Deep Learning
Generative AI
Diffusion
Implementing the famous “Denoising Diffusion Probabilistic Models” paper which caused the spark that resulted in the fire of image generation models that we see and use today.
Mar 14, 2024
Kartikeya Khare
Convolutional Neural Networks from Scratch
Deep Learning
Computer Vision
Building our own Convolutional Neural Network from scratch.
Mar 6, 2024
Kartikeya Khare
Building Stable Diffusion from its Components
Deep Learning
Generative AI
Diffusion
A code-first introduction to Stable Diffusion using the Diffusers library.
Jan 31, 2024
Kartikeya Khare
No matching items