Automatic differentiation is the foundation upon which deep learning frameworks lie. Deep learning models are typically trained using gradient based techniques, and autodiff makes it easy to get gradients, even from enormous, complex models. ‘Reverse-mode… Read more
Similar
Functions, like in any programming languages, are the smallest reusable building blocks of an application. In Python, we can declare and define the functions in the following ways. Lambda expressions are used create anonymous functions. (more…)
Read more »
Due to day job I was looking for Java project build systems. Whilst searching for that I saw references of Python build system. But hang on a second, Python is a scripting language; you simply run … (more…)
Read more »
Who else hates doing repetitive tasks that you know could be automated? I know I do 🙋♀️. This is part two about how I used cron jobs and python to take care of ‘the boring stuff’ (link to Part 1). In this article I will discuss how I used Strava’s API... (more…)
Read more »
The official home of the Python Programming Language...
Read more »
We recently explored how wealthy countries (those defined as high-income by the World Bank) tend to visit a different set of technologies than the rest of the world. Among the largest differences we saw was in the programming language Python. When we focu... (more…)
Read more »