官术网_书友最值得收藏!

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 can parameterize this house with a five-dimensional vector, x = (100, 25, 3, 2, 7)."

A block of code is set as follows:

import torch

torch.manual_seed(1234)

hidden_units = 5

net = torch.nn.Sequential(
torch.nn.Linear(4, hidden_units),
torch.nn.ReLU(),
torch.nn.Linear(hidden_units, 3)
)
Warnings or important notes appear like this.
Tips and tricks appear like this.
主站蜘蛛池模板: 互助| 广汉市| 磴口县| 龙州县| 宜春市| 金秀| 都匀市| 盖州市| 怀远县| 博客| 湘乡市| 通海县| 同仁县| 鄂尔多斯市| 广西| 重庆市| 开阳县| 余江县| 塔河县| 阿坝| 安阳市| 荥阳市| 扶沟县| 大连市| 肇源县| 新干县| 永清县| 洪雅县| 宜城市| 繁峙县| 合山市| 伊川县| 邵阳市| 金乡县| 福清市| 盘山县| 莱州市| 行唐县| 武山县| 日喀则市| 乐昌市|