Class ILNeuralNetwork.TILNeuralNetworkTrain

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(7 intermediate revisions by one user not shown)
Line 26: Line 26:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TILNeuralNetworkTrain : [[Class LPComponent.TLPComponent|Mitov.IntelligenceLab.Component]]
+
'''public ref class''' NeuralNetworkTrain : [[Class LPComponent.TLPComponent|Mitov.IntelligenceLab.Component]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 41: Line 41:
 
*[[Property ILNeuralNetwork.TILNeuralNetworkTrain.TerminationCriteria|TerminationCriteria]] - Criteria for terminating the training.  
 
*[[Property ILNeuralNetwork.TILNeuralNetworkTrain.TerminationCriteria|TerminationCriteria]] - Criteria for terminating the training.  
 
*[[Property ILNeuralNetwork.TILNeuralNetworkTrain.NormalizeTrainingWeights|NormalizeTrainingWeights]] - Specifies if the weights should be normalized.  
 
*[[Property ILNeuralNetwork.TILNeuralNetworkTrain.NormalizeTrainingWeights|NormalizeTrainingWeights]] - Specifies if the weights should be normalized.  
 +
*[[Property ILNeuralNetwork.TILNeuralNetworkTrain.ScaleInputs|ScaleInputs]] - Scales the inputs before the training.
 +
*[[Property ILNeuralNetwork.TILNeuralNetworkTrain.ScaleOutputs|ScaleOutputs]] - Scales the outputs before the training.
  
 
== Methods ==
 
== Methods ==
  
 
=== Public ===
 
=== Public ===
 +
*[[Method function ILNeuralNetwork.TILNeuralNetworkTrain.Train(IILTrainingDataArray) : Integer|function Train(AData : IILTrainingDataArray) : Integer]] - Trains the connected neural network.
 +
*[[Method function ILNeuralNetwork.TILNeuralNetworkTrain.Train(ISLRealBuffer;ISLRealBuffer) : Integer|function Train(ATraingFeatures : ISLRealBuffer; AResposes : ISLRealBuffer) : Integer]]
 +
*[[Method function ILNeuralNetwork.TILNeuralNetworkTrain.Train(ISLRealBuffer;ISLRealBuffer;Real) : Integer|function Train(ATraingFeatures : ISLRealBuffer; AResposes : ISLRealBuffer; AWeights : Real) : Integer]]
 
*[[Method function ILNeuralNetwork.TILNeuralNetworkTrain.Train(ISLRealBufferArray;ISLRealBufferArray) : Integer|function Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBufferArray) : Integer]] - Trains the connected neural network.  
 
*[[Method function ILNeuralNetwork.TILNeuralNetworkTrain.Train(ISLRealBufferArray;ISLRealBufferArray) : Integer|function Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBufferArray) : Integer]] - Trains the connected neural network.  
 
*[[Method function ILNeuralNetwork.TILNeuralNetworkTrain.Train(ISLRealBufferArray;ISLRealBufferArray;ISLRealBuffer) : Integer|function Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBufferArray; AWeights : ISLRealBuffer) : Integer]] - Trains the connected neural network.  
 
*[[Method function ILNeuralNetwork.TILNeuralNetworkTrain.Train(ISLRealBufferArray;ISLRealBufferArray;ISLRealBuffer) : Integer|function Train(ATraingFeatures : ISLRealBufferArray; AResposes : ISLRealBufferArray; AWeights : ISLRealBuffer) : Integer]] - Trains the connected neural network.  
Line 54: Line 59:
 
== Events ==
 
== Events ==
 
*[[Event ILNeuralNetwork.TILNeuralNetworkTrain.OnProgress|OnProgress]] - Training progress notification event.  
 
*[[Event ILNeuralNetwork.TILNeuralNetworkTrain.OnProgress|OnProgress]] - Training progress notification event.  
 +
*[[Event ILNeuralNetwork.TILNeuralNetworkTrain.OnError|OnError]] - Occurs on training error.
  
 
[[Category:Classes]]
 
[[Category:Classes]]

Latest revision as of 00:32, 26 June 2013

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Package: IntelligenceLabPkg

Unit: ILNeuralNetwork

Inherits: TLPComponent

Contents

Syntax

Delphi:

type TILNeuralNetworkTrain = class( TLPComponent )

C++ Builder:

class TILNeuralNetworkTrain : public TLPComponent

Visual C++ (MFC):

class CTILNeuralNetworkTrain : public CTLPComponent

C# (.NET):

public ref class NeuralNetworkTrain : Mitov.IntelligenceLab.Component

Summary

Basic abstract class for neural network training components.

Description

Defines basic abstract class for neural network training components.

Properties

Published

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox