Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Esempi in C# (CSharp) per CNTK CNTKLib.Sinh
Linguaggio di programmazione:
C# (CSharp)
Spazio dei nomi/nome del pacchetto:
CNTK
Classe/tipologia:
CNTKLib
Metodo/funzione:
Sinh
Esempi su hotexamples.com:
1
CNTK CNTKLib.Sinh in C# (CSharp): 1 esempio trovato
. Questo è il miglior esempio reale in C# (CSharp) per
CNTK.CNTKLib.Sinh
, estratto da progetti open source. Lo puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
Metodi utilizzati di frequente
Mostra
Nascondi
ElementTimes(13)
Reshape(12)
Plus(10)
ReduceSum(9)
ElementDivide(7)
Square(7)
Minus(7)
Combine(6)
Softmax(6)
Times(6)
Negate(6)
Argmax(5)
Sqrt(5)
Sigmoid(4)
CreateTrainer(4)
Greater(3)
GlorotUniformInitializer(3)
ReduceMax(3)
Pooling(3)
ReLU(3)
GreaterEqual(3)
Less(3)
Equal(3)
LessEqual(3)
ReduceMin(3)
ElementMax(3)
ReduceMean(3)
CreateEvaluator(3)
Clip(3)
Softplus(3)
Squeeze(3)
AdamLearner(3)
Log(3)
Pow(2)
Slice(2)
SquaredError(2)
Tanh(2)
Transpose(2)
Abs(2)
UniformRandom(2)
Assign(2)
Alias(2)
AreEqual(2)
Argmin(2)
Convolution(2)
Flatten(2)
ClassificationError(2)
ElementMin(2)
CrossEntropyWithSoftmax(2)
BernoulliRandom(1)
Metodi utilizzati di frequente
ElementTimes (13)
Reshape (12)
Plus (10)
ReduceSum (9)
ElementDivide (7)
Square (7)
Minus (7)
Combine (6)
Softmax (6)
Times (6)
Metodi utilizzati di frequente
Negate (6)
Argmax (5)
Sqrt (5)
Sigmoid (4)
CreateTrainer (4)
Greater (3)
GlorotUniformInitializer (3)
ReduceMax (3)
Pooling (3)
ReLU (3)
GreaterEqual (3)
Less (3)
Equal (3)
LessEqual (3)
ReduceMin (3)
ElementMax (3)
ReduceMean (3)
CreateEvaluator (3)
Clip (3)
Softplus (3)
Metodi utilizzati di frequente
GreaterEqual (3)
Less (3)
Equal (3)
LessEqual (3)
ReduceMin (3)
ElementMax (3)
ReduceMean (3)
CreateEvaluator (3)
Clip (3)
Softplus (3)
Squeeze (3)
AdamLearner (3)
Log (3)
Pow (2)
Slice (2)
SquaredError (2)
Tanh (2)
Transpose (2)
Abs (2)
UniformRandom (2)
Assign (2)
Alias (2)
AreEqual (2)
Argmin (2)
Convolution (2)
Flatten (2)
ClassificationError (2)
ElementMin (2)
CrossEntropyWithSoftmax (2)
BernoulliRandom (1)
Metodi utilizzati di frequente
Squeeze (3)
AdamLearner (3)
Log (3)
Pow (2)
Slice (2)
SquaredError (2)
Tanh (2)
Transpose (2)
Abs (2)
UniformRandom (2)
Assign (2)
Alias (2)
AreEqual (2)
Argmin (2)
Convolution (2)
Flatten (2)
ClassificationError (2)
ElementMin (2)
CrossEntropyWithSoftmax (2)
BernoulliRandom (1)
Splice (1)
Asin (1)
Atan (1)
AsComposite (1)
Tan (1)
TransposeAxes (1)
Ceil (1)
MatMul (1)
Sinh (1)
Sin (1)
MomentumSGDLearner (1)
SGDLearner (1)
Round (1)
Cos (1)
Cosh (1)
Exp (1)
Floor (1)
InputVariable (1)
PlaceholderVariable (1)
OneHotOp (1)
Esempio n. 1
0
Mostra file
File:
SiaNetBackend.cs
Progetto:
zhuthree/SiaNet
public Tensor Sinh(Tensor x) { return(Out(C.Sinh(In(x)))); }
x