摘要:
![](https://img2024.cnblogs.com/blog/2506674/202408/2506674-20240824101535077-245617055.png) 阅读全文
摘要:
import torch from torch import nn from d2l import torch as d2l batch_size = 256 # 准备数据 train_iter, test_iter = d2l.load_data_fashion_mnist(batch_size) 阅读全文
摘要:
1、Relu函数 2、sigmoid函数 3、tanh函数 阅读全文