
Breaking down Gradient Descent in 4 minutes
Learn Gradient Descent – one of the most important foundations of developing AI. Join me in this post to explore the beauty of math used in prediction tasks.
Learn Gradient Descent – one of the most important foundations of developing AI. Join me in this post to explore the beauty of math used in prediction tasks.
Upgraded summarisation by leveraging the exceptional power of GPUs for optimised computation and efficient loading of LLMs.
Discover the secrets of training amazing neural networks. Unlock the power to tackle the bottlenecks and obstacles present in building network architecture and training them.
Learn the intricacies of neural network and build a working model that predicts the iris specie with simple python code.
Implement Back Propagation in Neural Network with simple python programming.
Join me once again in the journey of mastering neural networks. In the part 2 of this series, we dive deeply into the math and logic behind back-propagation(the most crucial
Dive into the intricacies of neural network. Learn how to build a simple forward propagation neural network from scratch with python
Basics of LLM and practical implementation of the flan-t5 model.
This post explains the concept of selection sort in programming using python code and pictorial representations
This post explains the concept of Hashing in Data Structures and implementing hash tables using python code