1.下面这段代码执行的功能是什么?
1. function forward(x, W,b):
2. logits = Wx+b
3. exp_values = exp(logits)
4. return exp_values / sum(exp_values)
{{ select(1) }}
开通会员即可查看完整视频题解: 1.题目讲解 2.思路分析 3.逐行代码手写
Scan the QR code below with WeChat to sign in
First-time scan will create your account automatically
请使用微信扫描下方二维码完成注册