- Practical Convolutional Neural Networks
- Mohit Sewak Md. Rezaul Karim Pradeep Pujari
- 176字
- 2021-06-24 18:58:48
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 tensorflow as tf
#Creating TensorFlow object
hello_constant = tf.constant('Hello World!', name = 'hello_constant')
#Creating a session object for execution of the computational graph
with tf.Session() as sess:
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
x = tf.subtract(1, 2,name=None) # -1
y = tf.multiply(2, 5,name=None) # 10
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.
推薦閱讀
- 數(shù)據(jù)庫(kù)基礎(chǔ)教程(SQL Server平臺(tái))
- MySQL高可用解決方案:從主從復(fù)制到InnoDB Cluster架構(gòu)
- 同步:秩序如何從混沌中涌現(xiàn)
- LibGDX Game Development Essentials
- 劍破冰山:Oracle開(kāi)發(fā)藝術(shù)
- MongoDB管理與開(kāi)發(fā)精要
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析(鮮讀版)
- 大話Oracle Grid:云時(shí)代的RAC
- 數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用教程
- SQL應(yīng)用及誤區(qū)分析
- The Natural Language Processing Workshop
- Internet of Things with Python
- Deep Learning with R for Beginners
- Unity Game Development Blueprints
- 大數(shù)據(jù)技術(shù)體系詳解:原理、架構(gòu)與實(shí)踐