Click or drag to resize

GraphSkipgram Method

http://www.emgu.com
Skipgram

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation Skipgram(
	string filename,
	long batch_size,
	long window_size = 5,
	long min_count = 5,
	float subsample = 0.001f,
	string opName = "Skipgram"
)

Parameters

filename
Type: SystemString
filename
batch_size
Type: SystemInt64
batch size
window_size (Optional)
Type: SystemInt64
window size
min_count (Optional)
Type: SystemInt64
min count
subsample (Optional)
Type: SystemSingle
subsample
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also