Lars Wächter

Lars Wächter

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, 2021

Gradient 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, 2021

10 techniques for improving the Minimax algorithm's performance.

Recognizing hand drawn Doodles using Deep Learning

April 02, 2022

Building a convolutional neural network using Keras, Tensorflow and Google's Quick, Draw! dataset to recognize hand drawn images.