- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 144字
- 2021-07-02 12:08:34
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: "We use the StreamDef class for this purpose".
A block of code is set as follows:
from cntk.layers import Dense
from cntk import input_variable
features = input_variable(50)
layer = Dense(50)(features)
Any command-line input or output is written as follows:
cd ch2
jupyter notebook
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: "To create a new instance of this resource type, click the create button."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- PyTorch深度學習實戰:從新手小白到數據科學家
- Microsoft SQL Server企業級平臺管理實踐
- Developing Mobile Games with Moai SDK
- 正則表達式必知必會
- Learning Spring Boot
- “互聯網+”時代立體化計算機組
- AI時代的數據價值創造:從數據底座到大模型應用落地
- Python數據分析與挖掘實戰(第3版)
- 新手學會計(2013-2014實戰升級版)
- 利用Python進行數據分析(原書第2版)
- Access 2016數據庫應用基礎
- 數據挖掘與數據化運營實戰:思路、方法、技巧與應用
- Hadoop大數據技術開發實戰
- Applying Math with Python
- Python數據分析入門與實戰