- Deep Learning with PyTorch Quick Start Guide
- David Julian
- 164字
- 2021-07-02 15:00:08
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: "Mount the downloaded WebStorm-10*.dmg disk image file as another disk in your system."
A block of code is set as follows:
import numpy as np
x = np.array([[1,2,3],[4,5,6],[1,2,5]])
y = np.linalg.inv(x)
print (y)
print (np.dot(x,y))
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
import numpy as np
x = np.array([[1,2,3],[4,5,6],[1,2,5]])
y = np.linalg.inv(x)
print (y)
print (np.dot(x,y))
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 高效能辦公必修課:Word圖文處理
- 大學(xué)計算機基礎(chǔ):基礎(chǔ)理論篇
- 輕松學(xué)C語言
- 腦動力:Linux指令速查效率手冊
- 計算機圖形學(xué)
- Verilog HDL數(shù)字系統(tǒng)設(shè)計入門與應(yīng)用實例
- 輕松學(xué)Java
- 快學(xué)Flash動畫百例
- 自動檢測與轉(zhuǎn)換技術(shù)
- 可編程序控制器應(yīng)用實訓(xùn)(三菱機型)
- JSP從入門到精通
- Linux服務(wù)與安全管理
- LAMP網(wǎng)站開發(fā)黃金組合Linux+Apache+MySQL+PHP
- 網(wǎng)站入侵與腳本攻防修煉
- Windows Server 2008 R2活動目錄內(nèi)幕