Click or drag to resize

GraphNegTrain Method

https://www.emgu.com/wiki/index.php/Emgu_TF
NegTrain

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation NegTrain(
	Output w_in,
	Output w_out,
	Output examples,
	Output labels,
	Output lr,
	long[] vocab_count,
	long num_negative_samples,
	string opName = "NegTrain"
)

Parameters

w_in
Type: Emgu.TFOutput
Input to the operation.
w_out
Type: Emgu.TFOutput
Input to the operation.
examples
Type: Emgu.TFOutput
Input to the operation.
labels
Type: Emgu.TFOutput
Input to the operation.
lr
Type: Emgu.TFOutput
Input to the operation.
vocab_count
Type: SystemInt64
vocab count
num_negative_samples
Type: SystemInt64
num negative samples
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also