Class ILNeuralNetwork.TILNeuralNetworkBackpropTrain

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 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TILNeuralNetworkBackpropTrain : [[Class ILNeuralNetwork.TILNeuralNetworkTrain|Mitov.IntelligenceLab.NeuralNetworkTrain]]
+
'''public ref class''' NeuralNetworkBackpropTrain : [[Class ILNeuralNetwork.TILNeuralNetworkTrain|Mitov.IntelligenceLab.NeuralNetworkTrain]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 39: Line 39:
 
To use the component set the Neural Network to be trained in
 
To use the component set the Neural Network to be trained in
 
the NeuralNetwork property.
 
the NeuralNetwork property.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:ILNeuralNetworkBackpropTrain_Preview.png]]
  
 
== Properties ==
 
== Properties ==
Line 53: Line 59:
 
*[[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 66: Line 77:
 
== 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:Components]][[Category:Classes]]
 
[[Category:Components]][[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.

BIGILNeuralNetworkBackpropTrain.gif ILNeuralNetworkBackpropTrain.gif NETILNeuralNetworkBackpropTrain.gif

Package: IntelligenceLabPkg

Unit: ILNeuralNetwork

Inherits: TILNeuralNetworkTrain

Contents

Syntax

Delphi:

type TILNeuralNetworkBackpropTrain = class( TILNeuralNetworkTrain )

C++ Builder:

class TILNeuralNetworkBackpropTrain : public TILNeuralNetworkTrain

Visual C++ (MFC):

class CTILNeuralNetworkBackpropTrain : public CTILNeuralNetworkTrain

C# (.NET):

public ref class NeuralNetworkBackpropTrain : Mitov.IntelligenceLab.NeuralNetworkTrain

Summary

Trains neural networks using Backprop algorithm.

Description

This component is designed to train neural networks using Backprop algorithm.

To use the component set the Neural Network to be trained in the NeuralNetwork property.


Diagram:

ILNeuralNetworkBackpropTrain Preview.png

Properties

Published

From TILNeuralNetworkTrain

Properties

Published

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox