Research Article

The Design and Implementation of Cardiotocography Signals Classification Algorithm Based on Neural Network

Table 7

Recurrent neural network parameters.

ParameterDescriptionDefault

unitsThe number of RNN units or an output dimensionPositive integer
ActivationActivation function namerelu, adam, tanh
drop_outThe input linear transformation of the neuron opening ratioRatio between 0 and 1
recurrent_dropoutThe neuron disconnection ratio of the cyclic state linear transformationRatio between 0 and 1
return_sequencesThe return of the last output of the output sequenceTrue, False
go_backwardsReverses the input sequence and returns the reversed sequenceTrue, False
StatefulThe final state of a sample being used as the initial state for the next batchTrue, False
input_dimWhen using the layer as the first layer of the model, specify the valuePositive integer
input_lengthThe length of the input sequence, or specify this parameterPositive integer
merge_modeCombination of forward and backward RNN outputssum, mul, none