-
Road to Generative AI - Part 4: Manual Backward Pass
In this post, we will explore the manual backward pass of a neural network.
-
Road to Generative AI - Part 3: A deep dive into model initialization
In this post, we will explore the importance of model initialization and how it can affect the training of a neural network.
-
Road to Generative AI - Part 2: Text Generation with MLP
In this post, we will explore text generation using Multi-Layer Perceptron (MLPs) and their implementation in Python using PyTorch.
-
Road to Generative AI - Part 1: Bigram Models, Neural Networks
A gentle introduction to bigram models and simple neural networks and their implementation in python using Pytorch.
-
Road to Deep Learning - Part 3: Deep Neural Network and Multi-class classifier
A gentle introduction to Deep Neural Networks and their implementations in python.
-
Road to Deep Learning - Part 2: Neural Network
A gentle introduction to Neural Networks and their implementations in python.
-
Road to Deep Learning - Part 1: Logistic Regression
A gentle introduction to Logistic Regression and its implementation in python.