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

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.
主站蜘蛛池模板: 和平县| 冷水江市| 富裕县| 泌阳县| 龙川县| 夏津县| 莱芜市| 高尔夫| 双牌县| 井冈山市| 民丰县| 清新县| 文化| 德州市| 志丹县| 滦南县| 缙云县| 韶山市| 兰坪| 凤台县| 建平县| 莲花县| 东方市| 乡城县| 莎车县| 新宾| 临城县| 新河县| 四平市| 天台县| 休宁县| 稷山县| 呼伦贝尔市| 雅安市| 南华县| 韶山市| 庆安县| 东宁县| 巴中市| 宜宾市| 杨浦区|