摘要: ```python %matplotlib inline import torch from d2l import torch as d2l ``` # 4.1.1 隐藏层 整节理论,详见书本。 以下展示常见的激活函数。 1. ReLU 函数 $$ \mathrm{ReLU}(x)=\max(x,0 阅读全文
posted @ 2023-08-30 21:39 AncilunKiang 阅读(142) 评论(0) 推荐(0)