- 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.
推薦閱讀
- 網絡綜合布線技術
- Maya 2012從入門到精通
- AWS Certified SysOps Administrator:Associate Guide
- Cloudera Administration Handbook
- MATLAB/Simulink權威指南:開發環境、程序設計、系統仿真與案例實戰
- 水下無線傳感器網絡的通信與決策技術
- 新編計算機圖形學
- MCGS嵌入版組態軟件應用教程
- Hands-On Data Warehousing with Azure Data Factory
- 大數據導論
- Cortex-M3嵌入式處理器原理與應用
- 筆記本電腦使用與維護
- Oracle 11g Anti-hacker's Cookbook
- 中小型網站建設與管理
- 創客機器人實戰:基于Arduino和樹莓派