Skip to content

Tung M Phung's Blog

  • Home
  • About me

Category: Miscellaneous

Miscellaneous, Software Development1 Comment

A summary of modern C++ features

October 3, 2021February 15, 2022 Tung.M.Phung

This blog post summarizes the main features of modern C++ from the developer’s point of view. A must-read if you are preparing for an interview. Continue reading A summary of modern C++ features

Miscellaneous, Software DevelopmentLeave a comment

Pythonic Python

September 28, 2021January 24, 2023 Tung.M.Phung

A pool of unique features in the Python programming language. A must read if you are preparing for an interview. Continue reading Pythonic Python

Machine Learning - Data Mining, MiscellaneousLeave a comment

Information Theory concepts: Entropy, Mutual Information, KL-Divergence, and more

May 20, 2021June 25, 2021 Tung.M.Phung

An intuitive introduction to Information Content, Encoding, Entropy, Joint Entropy, Cross Entropy, KL Divergence, Conditional Entropy, and Mutual Information… Continue reading Information Theory concepts: Entropy, Mutual Information, KL-Divergence, and more

Machine Learning - Data Mining, MiscellaneousLeave a comment

How Intelligent systems damage the data

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

Applications, such as using Machine Learning to boost the recruitment process, may bring more harm than good. Continue reading How Intelligent systems damage the data

Machine Learning - Data Mining, MiscellaneousLeave a comment

Parametric vs Non-parametric algorithms

November 28, 2019July 31, 2020 Tung.M.Phung

How do we distinguish Parametric and Non-parametric algorithms? By reading this article. Continue reading Parametric vs Non-parametric algorithms

Machine Learning - Data Mining, MiscellaneousLeave a comment

Over-fitting and Under-fitting

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

Let’s examine everything we need to know about over-fitting and under-fitting. Continue reading Over-fitting and Under-fitting