cuDNN

/ˌsiː-juː-diː-ɛn-ɛn/

n. “A GPU-accelerated library for deep neural networks developed by NVIDIA.”

cuDNN, short for CUDA Deep Neural Network library, is a GPU-accelerated library created by NVIDIA that provides highly optimized implementations of standard routines used in deep learning. It is designed to work with CUDA-enabled GPUs and is commonly integrated into frameworks such as TensorFlow, PyTorch, and MXNet to accelerate training and inference of neural networks.

RxJS

/ˌɑːr-ɛks-ˈdʒeɪ-ɛs/

n. “Time, events, and chaos… made composable.”

RxJS, short for Reactive Extensions for JavaScript, is a library for working with asynchronous data streams using a declarative, functional style. It treats events not as isolated callbacks, but as continuous sequences over time — values that arrive, change, pause, error, or complete.