module
= Euclidean(inputDimension,outputDimension)
Outputs the Euclidean distance of the input to outputDimension
centers,
i.e. this layer has the weights c_i
, i
= 1
,..,outputDimension
, where
c_i
are vectors of dimension inputDimension
. Output dimension j
is
|| c_i - x||^2
, where x
is the input.