Search
Preparing search index...
The search index is not available
Sukiyaki2
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
BatchNormalizationLayer
Class BatchNormalizationLayer
Hierarchy
Layer
BatchNormalizationLayer
Index
Constructors
constructor
Properties
beta
calc_
update_
called
delta_
beta
delta_
gamma
delta_
params
eps
gamma
in_
size
need_
update
target_
dim
tmp_
bottom_
delta
tmp_
inv_
std
tmp_
x_normalized
train_
params
Methods
backward
calculate
Update
Params
destruct
forward
init
release
to_
cl
to_
cpu
Constructors
constructor
new
Batch
Normalization
Layer
(
params
:
any
)
:
BatchNormalizationLayer
Parameters
params:
any
Returns
BatchNormalizationLayer
Properties
beta
beta
:
Matrix
calc_
update_
called
calc_
update_
called
:
boolean
delta_
beta
delta_
beta
:
Matrix
delta_
gamma
delta_
gamma
:
Matrix
delta_
params
delta_
params
:
string
[]
eps
eps
:
number
gamma
gamma
:
Matrix
in_
size
in_
size
:
number
need_
update
need_
update
:
boolean
target_
dim
target_
dim
:
number
tmp_
bottom_
delta
tmp_
bottom_
delta
:
Matrix
tmp_
inv_
std
tmp_
inv_
std
:
Matrix
tmp_
x_normalized
tmp_
x_normalized
:
Matrix
train_
params
train_
params
:
string
[]
Methods
backward
backward
(
bottoms
:
Matrix
[]
, top_deltas
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
top_deltas:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
bottom_deltas
:
Matrix
[]
)
:
void
Parameters
bottom_deltas:
Matrix
[]
Returns
void
Returns
void
calculate
Update
Params
calculate
Update
Params
(
bottoms
:
Matrix
[]
, top_deltas
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
top_deltas:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
)
:
void
Returns
void
Returns
void
destruct
destruct
(
)
:
void
Returns
void
forward
forward
(
bottoms
:
Matrix
[]
, config
:
ForwardConfiguration
, callback
:
function
)
:
void
Parameters
bottoms:
Matrix
[]
config:
ForwardConfiguration
callback:
function
(
tops
:
Matrix
[]
)
:
void
Parameters
tops:
Matrix
[]
Returns
void
Returns
void
init
init
(
callback
:
function
)
:
void
Parameters
callback:
function
(
)
:
void
Returns
void
Returns
void
release
release
(
)
:
void
Returns
void
to_
cl
to_
cl
(
)
:
void
Returns
void
to_
cpu
to_
cpu
(
)
:
void
Returns
void
Globals
Batch
Normalization
Layer
constructor
beta
calc_
update_
called
delta_
beta
delta_
gamma
delta_
params
eps
gamma
in_
size
need_
update
target_
dim
tmp_
bottom_
delta
tmp_
inv_
std
tmp_
x_normalized
train_
params
backward
calculate
Update
Params
destruct
forward
init
release
to_
cl
to_
cpu
Generated using
TypeDoc