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

  • Python Deep Learning
  • Ivan Vasilev Daniel Slater Gianmario Spacagna Peter Roelants Valentino Zocca
  • 94字
  • 2021-07-02 14:30:59

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.
主站蜘蛛池模板: 淮南市| 游戏| 攀枝花市| 安西县| 彰武县| 通许县| 昌宁县| 尚志市| 保德县| 萨迦县| 景宁| 黑龙江省| 庆安县| 罗山县| 济南市| 蒲城县| 雷波县| 合肥市| 高台县| 舞钢市| 农安县| 柳江县| 读书| 唐海县| 甘德县| 大冶市| 伊吾县| 海宁市| 赫章县| 霍州市| 萝北县| 兴国县| 阿克陶县| 温州市| 慈溪市| 灌阳县| 株洲市| 泽普县| 贡觉县| 甘谷县| 陆河县|