Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sigmoid (0.07 sec)

  1. RELEASE.md

        recurrent activation function for GRU from `hard_sigmoid` to `sigmoid`, and
        `reset_after` to True in 2.0. Historically recurrent activation is
        `hard_sigmoid` since it is fast than 'sigmoid'. With new unified backend
        between CPU and GPU mode, since the CuDNN kernel is using sigmoid, we change
        the default for CPU mode to sigmoid as well. With that, the default GRU will
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    A7D7          ; valid                                  # 14.0 LATIN SMALL LETTER MIDDLE SCOTS S
    A7D8          ; mapped                 ; A7D9          # 14.0 LATIN CAPITAL LETTER SIGMOID S
    A7D9          ; valid                                  # 14.0 LATIN SMALL LETTER SIGMOID S
    A7DA..A7F1    ; disallowed                             # NA   <reserved-A7DA>..<reserved-A7F1>
    A7F2          ; mapped                 ; 0063          # 14.0 MODIFIER LETTER CAPITAL C
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. lib/fips140/v1.0.0.zip

    []byte, e int, d, P, Q []byte) (*PrivateKey, error) { n, err := bigmod.NewModulus(N) if err != nil { return nil, err } p, err := bigmod.NewModulus(P) if err != nil { return nil, err } q, err := bigmod.NewModulus(Q) if err != nil { return nil, err } dN, err := bigmod.NewNat().SetBytes(d, n) if err != nil { return nil, err } return newPrivateKey(n, e, dN, p, q) } func newPrivateKey(n *bigmod.Modulus, e int, d *bigmod.Nat, p, q *bigmod.Modulus) (*PrivateKey, error) { pMinusOne := p.Nat().SubOne(p) pMinusOneMod,...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top