小编Ear*_*nao的帖子

如何在Python中计算大整数的exp(x)?

我在我的人工神经网络中使用了 sigmoid 函数。我传递给该函数的值范围为 10,000 到 300,000。我需要一个高精度的答案,因为它将作为我的人工神经网络中节点之间连接的权重。我尝试在 numpy 中查找但没有运气。有没有办法计算e^(-x)

python math artificial-intelligence numpy

5
推荐指数
1
解决办法
4057
查看次数

标签 统计

artificial-intelligence ×1

math ×1

numpy ×1

python ×1