Documentation
¶
Overview ¶
Package adanorm implements the Adaptive Normalization (AdaNorm) method.
Reference: "Understanding and Improving Layer Normalization" by Jingjing Xu, Xu Sun, Zhiyuan Zhang,Guangxiang Zhao, Junyang Lin (2019). (https://papers.nips.cc/paper/8689-understanding-and-improving-layer-normalization.pdf)
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
Model contains the scaling factor.
func (*Model) Forward ¶ added in v0.2.0
Forward performs the forward step for each input node and returns the result.
func (*Model) InitProcessor ¶ added in v0.2.0
func (m *Model) InitProcessor()
InitProcessor initializes constants needed by the Forward().
Click to show internal directories.
Click to hide internal directories.