Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: test テスト

Results 41 - 50 of 524 for content_length:[100000 TO 499999] (0.04 sec)

  1. mxnet.optimizer.adam — Apache MXNet documentation

    Source code for mxnet.optimizer.adam # coding: utf-8 # Licensed to the Apache Software Foundation (ASF) under one # o...
    mxnet.apache.org/versions/master/api/python/docs/_modules/mxnet/optimizer/adam.html
    Registered: Fri May 17 09:13:21 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 168.2K bytes
    - Viewed (0)
  2. mxnet.gluon.model_zoo.vision.resnet — Apache MX...

    Source code for mxnet.gluon.model_zoo.vision.resnet # Licensed to the Apache Software Foundation (ASF) under one # or...
    mxnet.apache.org/versions/master/api/python/docs/_modules/mxnet/gluon/model_zoo/vision/resnet.html
    Registered: Fri May 17 09:14:45 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 231.2K bytes
    - Viewed (0)
  3. Parameter Management — Apache MXNet documentation

    Parameter Management The ultimate goal of training deep neural networks is finding good parameter values for a given ...
    mxnet.apache.org/versions/master/api/python/docs/tutorials/packages/gluon/blocks/parameters.html
    Registered: Fri May 17 08:27:54 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 196.8K bytes
    - Viewed (0)
  4. mxnet.np — Apache MXNet documentation

    mxnet.np This section contains the mxnet.np API reference documentation. The topics here explain the functions, modul...
    mxnet.apache.org/versions/master/api/python/docs/api/np/index.html
    Registered: Fri May 17 08:34:33 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 137.1K bytes
    - Viewed (0)
  5. Array creation routines — Apache MXNet document...

    Array creation routines Ones and zeros eye (N[, M, k, dtype, device]) Return a 2-D array with ones on the diagonal an...
    mxnet.apache.org/versions/master/api/python/docs/api/np/routines.array-creation.html
    Registered: Fri May 17 08:34:37 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 146.6K bytes
    - Viewed (0)
  6. mxnet.np.tan — Apache MXNet documentation

    mxnet.np.tan tan ( x , out=None , **kwargs ) Compute tangent element-wise. Equivalent to np.sin(x)/np.cos(x) element-...
    mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.tan.html
    Registered: Fri May 17 08:42:39 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 135.1K bytes
    - Viewed (0)
  7. mxnet.np.radians — Apache MXNet documentation

    mxnet.np.radians radians ( x , out=None , **kwargs ) Convert angles from degrees to radians. Parameters x ( ndarray o...
    mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.radians.html
    Registered: Fri May 17 08:42:48 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 135.6K bytes
    - Viewed (0)
  8. mxnet.np.cos — Apache MXNet documentation

    mxnet.np.cos cos ( x , out=None , **kwargs ) Cosine, element-wise. Parameters x ( ndarray or scalar ) – Angle, in rad...
    mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.cos.html
    Registered: Fri May 17 08:41:39 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 136.1K bytes
    - Viewed (0)
  9. mxnet.np.sinh — Apache MXNet documentation

    mxnet.np.sinh sinh ( x , out=None , **kwargs ) Hyperbolic sine, element-wise. Equivalent to 1/2 * (np.exp(x) - np.exp...
    mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.sinh.html
    Registered: Fri May 17 08:41:46 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 136.1K bytes
    - Viewed (0)
  10. mxnet.np.arctanh — Apache MXNet documentation

    mxnet.np.arctanh arctanh ( x , out=None , **kwargs ) Inverse hyperbolic tangent, element-wise. >>>np.atanh is np.arct...
    mxnet.apache.org/versions/master/api/python/docs/api/np/generated/mxnet.np.arctanh.html
    Registered: Fri May 17 08:41:51 UTC 2024
    - Last Modified: Thu Jan 05 05:04:49 UTC 2023
    - 136.6K bytes
    - Viewed (0)
Back to top