From feaf8e583d2d1e8d7dcbef8ea36d34a66d2c1569 Mon Sep 17 00:00:00 2001 From: 2024148034 <1221ohr@yonsei.ac.kr> Date: Wed, 6 Aug 2025 13:49:10 +0900 Subject: [PATCH] change image path --- _posts/2025-08-04-02.Information-Theory.md | 2 +- .../image.png => images/MutualInformation.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename _posts/images/image.png => images/MutualInformation.png (100%) diff --git a/_posts/2025-08-04-02.Information-Theory.md b/_posts/2025-08-04-02.Information-Theory.md index 434f568d2f..1ef66244ab 100644 --- a/_posts/2025-08-04-02.Information-Theory.md +++ b/_posts/2025-08-04-02.Information-Theory.md @@ -245,7 +245,7 @@ $H(Y4\mid Y1=1)$은 $3/4\log4/3+1/4\log4$이다. ### 2.4.3 Mutual Information -![alt text](image.png) +상호 정보량 설명 다이어그램 >**상호 정보량(Mutual Information)이란?** diff --git a/_posts/images/image.png b/images/MutualInformation.png similarity index 100% rename from _posts/images/image.png rename to images/MutualInformation.png