- 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
- Mastering Delphi Programming:A Complete Reference Guide
- 計算機組裝·維護與故障排除
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- 筆記本電腦維修不是事兒(第2版)
- 龍芯自主可信計算及應用
- Istio服務網格技術解析與實踐
- Spring Security 3.x Cookbook
- 微控制器的應用
- Arduino項目案例:游戲開發
- 計算機組裝、維護與維修項目教程
- The Applied Artificial Intelligence Workshop
- 微服務架構實戰:基于Spring Boot、Spring Cloud、Docker