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

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.
主站蜘蛛池模板: 阜平县| 乌恰县| 肥西县| 健康| 慈溪市| 通化市| 淮南市| 辽中县| 葵青区| 民勤县| 宕昌县| 陇南市| 巴东县| 双流县| 崇义县| 永宁县| 固原市| 阿巴嘎旗| 周宁县| 海兴县| 苗栗市| 攀枝花市| 天柱县| 霍山县| 河北区| 邓州市| 凤城市| 田阳县| 台南市| 鄂尔多斯市| 新源县| 遵化市| 米易县| 沽源县| 泰州市| 台南县| 财经| 定远县| 勐海县| 龙门县| 林周县|