This is my personal blog where I mostly write about technical or computer science based topics. Check out my GitHub profile too.
A decent introduction to Gradient Descent in Python
February 22, 2021Gradient Descent is a fundamental element in today’s machine learning algorithms and Artificial Intelligence. Let’s implement it in Python.
Improving Minimax performance
November 29, 202110 techniques for improving the Minimax algorithm's performance.
Recognizing hand drawn Doodles using Deep Learning
April 02, 2022Building a convolutional neural network using Keras, Tensorflow and Google's Quick, Draw! dataset to recognize hand drawn images.
