- Deep Learning Essentials
- Wei Di Anurag Bhardwaj Jianing Wei
- 168字
- 2021-06-30 19:17:39
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "In addition, alpha is the learning rate, vb is the bias of the visible layer, hb is the bias of the hidden layer, and W is the weight matrix. The sampling function sample_prob is the Gibbs-Sampling function and it decides which node to turn on."
A block of code is set as follows:
import mxnet as mx tensor_cpu = mx.nd.zeros((100,), ctx=mx.cpu()) tensor_gpu = mx.ndzeros((100,), ctx=mx.gpu(0))
Any command-line input or output is written as follows:
$ sudo add-apt-repository ppa:graphics-drivers/ppa -y
$ sudo apt-get update
$ sudo apt-get install -y nvidia-375 nvidia-settings
Bold: Indicates a new term, an important word, or words that you see onscreen.
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 面向STEM的mBlock智能機器人創新課程
- Drupal 7 Multilingual Sites
- Pig Design Patterns
- 基于ARM 32位高速嵌入式微控制器
- JavaScript典型應用與最佳實踐
- 高維聚類知識發現關鍵技術研究及應用
- Grome Terrain Modeling with Ogre3D,UDK,and Unity3D
- Excel 2007常見技法與行業應用實例精講
- 大數據案例精析
- 基于RPA技術財務機器人的應用與研究
- MPC5554/5553微處理器揭秘
- 30天學通Java Web項目案例開發
- 軟件質量管理實踐
- Arduino創意機器人入門:基于ArduBlock(第2版)
- SQL語言與數據庫操作技術大全