Skip to content

Tung M Phung's Blog

  • Home
  • About me

Tag: normalization

Deep Learning, Machine Learning - Data MiningLeave a comment

Deep Learning normalization methods

January 6, 2021January 6, 2021 Tung.M.Phung

Introduction to and comparison of Batch Norm, Weight Norm, Layer Norm, Instance Norm, and Group Norm. Continue reading Deep Learning normalization methods

Machine Learning - Data Mining, StatisticsLeave a comment

Paired Two-sample T-test (Dependent T-test)

January 18, 2020July 31, 2020 Tung.M.Phung

What is a Paired 2-sample T-test? Let’s analyze this definition from scratch. Continue reading Paired Two-sample T-test (Dependent T-test)

Deep Learning, Machine Learning - Data MiningLeave a comment

Batch Normalization and why it works

January 6, 2020January 4, 2021 Tung.M.Phung

Batch Normalization (BatchNorm) is a very frequently used technique in Deep Learning, however, the reason why it works is often interpreted ambiguously. Continue reading Batch Normalization and why it works

Feature Engineering, Machine Learning - Data MiningLeave a comment

When to do feature centering, scaling and normalization?

December 5, 2019July 31, 2020 Tung.M.Phung

Many people have a tendency to always do feature centering, scaling or normalizing right before applying predictive models to the data… Continue reading When to do feature centering, scaling and normalization?