Click or drag to resize

GraphNegTrain Method

http://www.emgu.com
NegTrain

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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

[Missing <returns> documentation for "M:Emgu.TF.Graph.NegTrain(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Int64[],System.Int64,System.String)"]

See Also