CreateMLP


Purpose

Creates an MLP network of the specified architecture.

Function Declaration

function CreateMLP ( StgAlias : string; IntLayers : integer; DyaIntLayerSize : Variant; BlnBias : boolean ) : integer;

Arguments

StgAlias : alias to assign the MLP to
IntLayers : number of layers in the MLP
DyaIntLayerSize : one dimensional variant array of integer. The first entry must be the size of the inputs layer, while the last should be the size of the output layer
BlnBias : if true, the network will have a bias layer attached


return to main page


This page is maintained by Michael Watts (http://mike.watts.net.nz)
Last modified on: 12/10/98.