Python has a great ecosystem for machine learning, but deep learning is computationally intensive and Python is slow. In this post, I will… (more…)
Read more »
Thanks to the article “Your Makefiles are wrong” it really dawned on me that Makefile can run any interpreter, not just sh or bash:
The key message here, of course, is to choose a specific shell. If you’d rather use ZSH, or Python or Node for that matter,... (more…)
Read more »
In this tutorial, we will create a Python application that can be installed directly from pip that will show the 10 latest blog posts from this website (the one you are reading this on!). If you just want to avoid all of this hard work and publish a pytho... (more…)
Read more »
Machine learning is an expensive affair. Training models costs money, and even more when GPUs are involved. However, as most companies… (more…)
Read more »