logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

深度学习训练camp-第R7周:糖尿病预测模型优化探索

self.attn = nn.Linear(hidden_dim, 1) # 输出为1个attention scoreattn_weights = torch.softmax(attn_weights, dim=1) # 时间维度归一化self.attn = Attention(hidden_dim=200) # 添加 Attention 层self.fc0 = nn.Linear(200, 2)

文章图片
#深度学习#人工智能#算法 +1
深度学习训练camp-第R7周:糖尿病预测模型优化探索

self.attn = nn.Linear(hidden_dim, 1) # 输出为1个attention scoreattn_weights = torch.softmax(attn_weights, dim=1) # 时间维度归一化self.attn = Attention(hidden_dim=200) # 添加 Attention 层self.fc0 = nn.Linear(200, 2)

文章图片
#深度学习#人工智能#算法 +1
    共 12 条
  • 1
  • 2
  • 请选择