Here is a kera's code sample that uses it:
model.add(Convolution2D(32, 3, 3, input_shape=(3, 32, 32),
border_mode='same', activation='relu', W_constraint=maxnorm(3)))
|
Here is a kera's code sample that uses it:
|
||||
|
|
|
From http://cs231n.github.io/neural-networks-2/#reg:
|
|||
|
|