- Mastering TensorFlow 1.x
- Armando Fandango
- 137字
- 2021-06-25 22:50:53
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: "The most common practice is to use the with</kbd> block, which will be shown later in this chapter."
A block of code is set as follows:
from datasetslib.ptb import PTBSimple
ptb = PTBSimple()
ptb.load_data()
print('Train :',ptb.part['train'][0:5])
print('Test: ',ptb.part['test'][0:5])
print('Valid: ',ptb.part['valid'][0:5])
print('Vocabulary Length = ',ptb.vocab_len)
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.
推薦閱讀
- Aftershot Pro:Non-destructive photo editing and management
- Windows phone 7.5 application development with F#
- 單片機原理及應(yīng)用系統(tǒng)設(shè)計
- Camtasia Studio 8:Advanced Editing and Publishing Techniques
- CC2530單片機技術(shù)與應(yīng)用
- Machine Learning with Go Quick Start Guide
- Arduino BLINK Blueprints
- Blender Quick Start Guide
- 單片機開發(fā)與典型工程項目實例詳解
- Hands-On Motion Graphics with Adobe After Effects CC
- Blender 3D By Example
- Blender for Video Production Quick Start Guide
- 多媒體應(yīng)用技術(shù)(第2版)
- Machine Learning Projects for Mobile Applications
- Applied Deep Learning with Keras