attractivechaos / kann

A lightweight C library for artificial neural networks
Other
678 stars 117 forks source link

kann_layer_layernorm = batch normalization? #18

Closed abylouw closed 5 years ago

abylouw commented 5 years ago

Hi,

Is kann_layer_layernorm the same as batch normalization?

Thank you

attractivechaos commented 5 years ago

No. Layernorm is different from batchnorm. KANN unfortunately doesn't have batchnorm.