- 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.
推薦閱讀
- Java語言程序設計
- Mastering NetBeans
- 案例式C語言程序設計
- arc42 by Example
- 編寫高質量代碼:改善Python程序的91個建議
- Web Application Development with R Using Shiny(Second Edition)
- Learn Swift by Building Applications
- Web Application Development with MEAN
- C語言從入門到精通(第4版)
- Python編程實戰
- SQL經典實例(第2版)
- 學習正則表達式
- Practical Game Design with Unity and Playmaker
- PHP編程基礎與實踐教程
- Clean Code in C#