C# Класс Encog.Engine.EncogEngine

The Encog Engine. The Engine forms the core of Encog's neural network calculation and training.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

InitCL() публичный Метод

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
Результат void

Shutdown() публичный Метод

Provides any shutdown that Encog may need. Currently this shuts down the thread pool.
public Shutdown ( ) : void
Результат void