C# Class Encog.Engine.EncogEngine

The Encog Engine. The Engine forms the core of Encog's neural network calculation and training.
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
InitCL ( ) : void

Enable OpenCL processing. OpenCL processing allows Encog to use GPU devices to speed calculations. Not all areas of Encog can use this, however, GPU's can currently accelerate the training of Feedforward neural networks. To make use of the GPU you must have OpenCL drivers installed. For more information on getting OpenCL drivers, visit the following URL. http://www.heatonresearch.com/encog/opencl

Shutdown ( ) : void

Provides any shutdown that Encog may need. Currently this shuts down the thread pool.

Method Details

InitCL() public method

Enable OpenCL processing. OpenCL processing allows Encog to use GPU devices to speed calculations. Not all areas of Encog can use this, however, GPU's can currently accelerate the training of Feedforward neural networks. To make use of the GPU you must have OpenCL drivers installed. For more information on getting OpenCL drivers, visit the following URL. http://www.heatonresearch.com/encog/opencl
public InitCL ( ) : void
return void

Shutdown() public method

Provides any shutdown that Encog may need. Currently this shuts down the thread pool.
public Shutdown ( ) : void
return void