- TensorFlow 2.0 Quick Start Guide
- Tony Holdroyd
- 182字
- 2021-06-24 16:02:01
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:
image1 = tf.zeros([7, 28, 28, 3]) # example-within-batch by height by width by color
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
r1 = tf.reshape(t2,[2,6]) # 2 rows 6 cols
r2 = tf.reshape(t2,[1,12]) # 1 rows 12 cols
r1
# <tf.Tensor: id=33, shape=(2, 6), dtype=float32,
numpy= array([[ 0., 1., 2., 3., 4., 5.], [ 6., 7., 8., 9., 10., 11.]], dtype=float32)>
Any command-line input or output is written as follows:
var = tf.Variable([3, 3])
Bold: Indicates a new term, an important word, or words that you see on screen. 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."
- 工業(yè)機(jī)器人虛擬仿真實(shí)例教程:KUKA.Sim Pro(全彩版)
- Word 2003、Excel 2003、PowerPoint 2003上機(jī)指導(dǎo)與練習(xí)
- 精通MATLAB圖像處理
- 腦動(dòng)力:PHP函數(shù)速查效率手冊(cè)
- 輕松學(xué)Java
- 精通Windows Vista必讀
- 大數(shù)據(jù)處理平臺(tái)
- 新手學(xué)電腦快速入門(mén)
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- 信息物理系統(tǒng)(CPS)測(cè)試與評(píng)價(jià)技術(shù)
- Mastering pfSense
- MATLAB-Simulink系統(tǒng)仿真超級(jí)學(xué)習(xí)手冊(cè)
- Mastering OpenStack(Second Edition)
- 30天學(xué)通Java Web項(xiàng)目案例開(kāi)發(fā)
- 人工智能云平臺(tái):原理、設(shè)計(jì)與應(yīng)用