Click or drag to resize
Accord.NET (logo)

DeepBeliefNetworkLoad Method (String)

Loads a network from a file.

Namespace:  Accord.Neuro.Networks
Assembly:  Accord.Neuro (in Accord.Neuro.dll) Version: 3.8.0
Syntax
public static DeepBeliefNetwork Load(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path to the file from which the network is to be deserialized.

Return Value

Type: DeepBeliefNetwork
The deserialized network.
See Also