Published inILLUMINATIONThai Minced Pork with Lettuce Wrapper — Recipe #2Thai Minced Pork with Lettuce Wrapper is one of the most famous Thai cuisines. It is also known as “Larb Moo”. It is often served as …Mar 5Mar 5
Published inLevel Up CodingComprehensive Guide of Python Decorators — Built-in Python LibraryPython Decorator is a powerful, beautiful and commonly used feature in Python. The objective of Python decorator is to extend the…Mar 1Mar 1
Published inILLUMINATIONSpiced and Marinated Beef Shank with Eggs — Recipe #1Spiced and Marinated Beef Shank with Eggs is a very popular cuisine in Hong Kong due to its easiness and richness in flavour. One of the …Feb 24Feb 24
Published inLevel Up CodingWhat is Data Build Tool (DBT)? DBT-101 and Hands-on DBT exampleDBT is built to simplify the life of Data Engineers. DBT simplifies the data pipeline orchestration and allows you to focus on the SQL …Feb 23Feb 23
Published inTowards AIRAG Explained — Key Component in Large Language Model (LLM)RAG enables large language models (LLM) to access and utilize up-to-date information. Hence, it improves the quality of relevance of the…Dec 12, 20231Dec 12, 20231
Batch Normalization in Neural Network Simply ExplainedThe Batch Normalization layer was a game-changer in deep learning when it was just introduced. It’s not just about stabilizing training…Dec 3, 20233Dec 3, 20233
ON/OFF ReLU in CNN – Inspired by retina structureWhat is “ON/OFF ReLU” structure? How it can be applied in conventional CNN tasks? Here is a research paper review you should read today.Aug 30, 2023Aug 30, 2023
Detailed Explanation of QR Decomposition by Givens RotationIn this episode (episode 3), we will go through Givens Rotation method to compute QR decomposition. If you are not familiar with QR……Mar 20, 2023Mar 20, 2023
Detailed Explanation of QR Decomposition by Householder TransformationIn Householder transformation, similar to Gram-Schmidt, we try to decompose each column vector in A to a set of linear combination of…Jan 25, 20233Jan 25, 20233
Check your Data Distribution: Kolmogorov–Smirnov (KS) Test with one-sample test exampleNormality is a very important assumption for many statistical inference. There are several statistics tests …Jan 25, 2023Jan 25, 2023