- 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.
推薦閱讀
- Android NDK Game Development Cookbook
- Intel FPGA/CPLD設(shè)計(高級篇)
- 數(shù)字邏輯(第3版)
- scikit-learn:Machine Learning Simplified
- OUYA Game Development by Example
- 基于Apache Kylin構(gòu)建大數(shù)據(jù)分析平臺
- Building 3D Models with modo 701
- 筆記本電腦維修實踐教程
- 超大流量分布式系統(tǒng)架構(gòu)解決方案:人人都是架構(gòu)師2.0
- 單片機開發(fā)與典型工程項目實例詳解
- Neural Network Programming with Java(Second Edition)
- 電腦組裝與維護即時通
- FPGA實戰(zhàn)訓練精粹
- 基于S5PV210處理器的嵌入式開發(fā)完全攻略
- The Machine Learning Workshop