Skip to content

Menu

Article about machine learning library 'cuDNN' in iX Developer

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”.

Read next

Java in the Technology Radar
Sep 03, 2025 software-engineering

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...

#java #article #jvm #thoughtworks
Read more
Structured Concurrency in Java 24
Mar 31, 2025 software-engineering

Structured Concurrency in Java 24 (JavaSpektrum)

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...

#java #concurrency #article #jvm #parallelism
Read more