<< ann_calcjac Computation functions ann_compet_init >>

NeuralNet >> Computation functions > ann_compet_activ

ann_compet_activ

Competitive Activation Function

Calling Sequence

y = ann_compet_activ(x)

Parameters

x :

Input vector/matrix, one column represent 1 set of data

y :

Output vector/matrix with winning neuron

Description

This is the activation function for competitive network, in which it will return the winning neoron as 1, while others as 0.

Examples

ann_compet_activ(rand(5,5))

See also

Authors


Report an issue
<< ann_calcjac Computation functions ann_compet_init >>