Java in the Technology Radar (JavaSpektrum)
I’ve written a new article for JavaSpektrum: “Java im Technology Radar – Totgesagte leben länger”. The piece looks back at Java’s journey through the eyes of the Thoughtworks Technology Radar...
December 01, 2018
It’s very difficult to implement algorithms optimally for GPUs. Therefore NVIDIA provides the library cuDNN for deep learning with neural networks. This article published in the german magazine iX Developer gives an overview of cuDNN, shows an implementation of its usage and explains advantages and disadvantages.
The NVIDIA CUDA Deep Neural Network library (cuDNN) is a GPU-accelerated library for deep neural networks. It is used by many of the well known machine learning frameworks, e.g.
The article is written in german and is called “Unter der Haube - cuDNN schafft die Grundlage für Deep Learning mit GPUs” which means “under the hood - cuDNN as the basis for deep learning with GPUs”.
I’ve written a new article for JavaSpektrum: “Java im Technology Radar – Totgesagte leben länger”. The piece looks back at Java’s journey through the eyes of the Thoughtworks Technology Radar...
I’ve written an article for JavaSpektrum 2/2025 about Structured Concurrency in Java 24. The article covers JEP 499, Java’s fourth preview of Structured Concurrency, which aims to make concurrent programming...