Free GPU with Google Colab
There is one problem with machine learning. We don't all have a good GPU or none at all. As a student it is quite common to just have a laptop which normally doesn't really have a GPU and of course al…
There is one problem with machine learning. We don't all have a good GPU or none at all. As a student it is quite common to just have a laptop which normally doesn't really have a GPU and of course al…
This post is again about machine learning and not about optimization but I would like to mention some things beforehand. After my last blog article I started my master's degree in Scientifc Computing …
It's a long dream of mine to build something like a chess engine because I love to play chess. Well there are chess engines all over the place but it's something different when you build it by your ow…
This is by far the longest series of blog articles about one topic. It's interesting to write while thinking, learning and programming just one step before I write it down for you here. I think there …
In the last couple of weeks we learned a lot about the Simplex algorithm. I hope you enjoyed this series so far. Leave some comments if you're interested in some special articles. I have at least one …
How to solve all different kinds of linear problems? In the last blog article I explained the Simplex algorithm. A small recap: We can solve maximization linear problems if every constraint is a $\leq…
After eight months in Australia I finally had time to finish this blog article. Welcome back! ;) You solved a lot of Sudokus and Str8ts recently? Well let's get to real world problems... There is a th…
Last time we solved Sudokus. You missed it? Definitely check it out before you read this one. It's here! Was it simple? Not really, because we had to build everything up. At least for me it was a lot …