Class ILNeuralNetwork.TILNeuralNetworkRPropTrain

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(2 intermediate revisions by one user not shown)
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TILNeuralNetworkRPropTrain : [[Class ILNeuralNetwork.TILNeuralNetworkTrain|Mitov.IntelligenceLab.NeuralNetworkTrain]]
+
'''public ref class''' NeuralNetworkRPropTrain : [[Class ILNeuralNetwork.TILNeuralNetworkTrain|Mitov.IntelligenceLab.NeuralNetworkTrain]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==

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.

BIGILNeuralNetworkRPropTrain.gif ILNeuralNetworkRPropTrain.gif NETILNeuralNetworkRPropTrain.gif

Package: IntelligenceLabPkg

Unit: ILNeuralNetwork

Inherits: TILNeuralNetworkTrain

Contents

Syntax

Delphi:

type TILNeuralNetworkRPropTrain = class( TILNeuralNetworkTrain )

C++ Builder:

class TILNeuralNetworkRPropTrain : public TILNeuralNetworkTrain

Visual C++ (MFC):

class CTILNeuralNetworkRPropTrain : public CTILNeuralNetworkTrain

C# (.NET):

public ref class NeuralNetworkRPropTrain : Mitov.IntelligenceLab.NeuralNetworkTrain

Summary

Trains neural networks using RProp algorithm.

Description

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

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


Diagram:

ILNeuralNetworkRPropTrain Preview.png

Properties

Published

From TILNeuralNetworkTrain

Properties

Published

Methods

Public

Pins

Events

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox