- 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.
推薦閱讀
- Instant Testing with CasperJS
- Reporting with Visual Studio and Crystal Reports
- PHP 編程從入門到實踐
- TypeScript實戰指南
- Java系統化項目開發教程
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- 深入分析GCC
- Java EE 8 and Angular
- Hack與HHVM權威指南
- Scala編程(第4版)
- Unreal Engine Game Development Cookbook
- Learning Perforce SCM
- 流暢的Python
- Python深度學習:基于PyTorch
- AngularJS Directives Cookbook