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.
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.
Why and How to learn Programming
February 28, 2022Why you should consider learning how to program and how to get started the right way.