万象云档 本次搜索耗时 1.858 秒,为您找到 118 个相关结果.
  • PYTHORCH: NN

    PYTHORCH: NN PYTHORCH: NN 原文:https://pytorch.org/tutorials/beginner/examples_nn/polynomial_nn.html#sphx-glr-beginner-examples-nn-polynomial-nn-py 校对:DrDavidS 一个三阶多项式,通过最小化...
  • 13 How to Create the Best Friendships of Your Life

    [CHAPTER 13] Give It A Year The Habit of “Going First” 1. Compliment people everywhere you go. 2. Be curious. 3. Smile and say hello to anyone and everyone you pass or meet. 4....
  • PyTorch: optim包

    PyTorch: optim包 PyTorch: optim包 译者:@yongjay13 、@speedmancs 校对者:@bringtree 本例中的全连接神经网络有一个隐藏层, 后接ReLU激活层, 并且不带偏置参数. 训练时通过最小化欧式距离的平方, 来学习从x到y的映射 在此实现中, 我们将弃用之前手工更新权值的做法, 转...
  • PyTorch:定义新的 Autograd 函数

    PyTorch:定义新的 Autograd 函数 PyTorch:定义新的 Autograd 函数 原文:https://pytorch.org/tutorials/beginner/examples_autograd/polynomial_custom_function.html#sphx-glr-beginner-examples-autogra...
  • PyTorch: nn包

    PyTorch: nn包 PyTorch: nn包 译者:@yongjay13 、@speedmancs 校对者:@bringtree 本例中的全连接神经网络有一个隐藏层, 后接ReLU激活层, 并且不带偏置参数. 训练时通过最小化欧式距离的平方, 来学习从x到y的映射. 实现中用PyTorch的nn包来搭建神经网络. 如果使用PyT...
  • PyTorch:张量

    PyTorch:张量 PyTorch:张量 原文:https://pytorch.org/tutorials/beginner/examples_tensor/polynomial_tensor.html#sphx-glr-beginner-examples-tensor-polynomial-tensor-py 校对:DrDavidS 这...
  • PyTorch: 定义新的autograd函数

    PyTorch: 定义新的autograd函数 PyTorch: 定义新的autograd函数 译者:@yongjay13 、@speedmancs 校对者:@bringtree 本例中的全连接神经网络有一个隐藏层, 后接ReLU激活层, 并且不带偏置参数. 训练时通过最小化欧式距离的平方, 来学习从x到y的映射. 在此实现中, 我们...
  • PyTorch:张量 与 Autograd

    PyTorch:张量 与 Autograd PyTorch:张量 与 Autograd 原文:https://pytorch.org/tutorials/beginner/examples_autograd/polynomial_autograd.html#sphx-glr-beginner-examples-autograd-polynomial-...
  • NumPy热身

    NumPy热身 NumPy热身 原文:https://pytorch.org/tutorials/beginner/examples_tensor/polynomial_numpy.html#sphx-glr-beginner-examples-tensor-polynomial-numpy-py 校对:DrDavidS 这里我们准备一个三...
  • Types

    Types One of Elm’s major benefits is that users do not see runtime errors in practice . This is possible because the Elm compiler can analyze your source code very quickly to ...