- Python Deep Learning Cookbook
- Indra den Bakker
- 68字
- 2021-07-02 15:43:10
Installing CUDA and cuDNN
This part is essential if you want to leverage NVIDIA GPUs for deep learning. The CUDA toolkit is specially designed for GPU-accelerated applications, where the compiler is optimized for using math operations. In addition, the cuDNN library—short for CUDA Deep Neural Network library—is a library that accelerates deep learning routines such as convolutions, pooling, and activation on GPUs.
推薦閱讀
- 程序員考試案例梳理、真題透解與強化訓練
- Raspberry Pi 2 Server Essentials
- Python貝葉斯分析(第2版)
- Rust Essentials(Second Edition)
- 程序是怎樣跑起來的(第3版)
- Android開發:從0到1 (清華開發者書庫)
- 執劍而舞:用代碼創作藝術
- Learning AngularJS for .NET Developers
- 微信小程序開發與實戰(微課版)
- Learning Modular Java Programming
- JavaScript前端開發基礎教程
- Beginning C# 7 Hands-On:The Core Language
- WCF全面解析
- Microsoft Windows Identity Foundation Cookbook
- MySQL從入門到精通