摘要:
import torch from torch import nn from torch.utils.data import DataLoader from torchvision import datasets #这里指定当前数据集为torchvision from torchvision.tra 阅读全文
摘要:
1. Information Information is defined by Shannon as one thing to eliminate random uncertainty. Or we can say, information is uncertainty. For example, 阅读全文
摘要:
1. Softmax is a non-linear activation function generally used as the last layer of a classification model the defination and formula of softmax is: $S 阅读全文