From 0cf34eaace1544a938a7c322db89b61d13916178 Mon Sep 17 00:00:00 2001 From: Eric Kim <48634064+hyeonukim@users.noreply.github.com> Date: Mon, 6 Jan 2025 00:27:36 -0800 Subject: [PATCH] edit --- _posts/2025-01-04-HowToUseNumpy.md | 4 ++-- _posts/2025-01-05-NumpyMath.md | 4 ++-- _posts/2025-01-05-NumpyUsage.md | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_posts/2025-01-04-HowToUseNumpy.md b/_posts/2025-01-04-HowToUseNumpy.md index 99d7b6f..977838a 100644 --- a/_posts/2025-01-04-HowToUseNumpy.md +++ b/_posts/2025-01-04-HowToUseNumpy.md @@ -2,8 +2,8 @@ title: How to handle Data, and Images(1) - How to use Numpy description: How to use Numpy in Python, and basic operations in Numpy. date: 2025-01-04 -categories: [Handling Data and Images] -tags: [Python, Study, Handling Data and Images] +categories: [Handling Data and Images, Numpy] +tags: [Python, Study, Handling Data and Images, Numpy] math: true --- diff --git a/_posts/2025-01-05-NumpyMath.md b/_posts/2025-01-05-NumpyMath.md index 664ce37..bbc812a 100644 --- a/_posts/2025-01-05-NumpyMath.md +++ b/_posts/2025-01-05-NumpyMath.md @@ -2,8 +2,8 @@ title: How to handle Data, and Images(2) - Numpy and Math description: How to use Math operations on Numpy, and how matrix operations work. date: 2025-01-05 -categories: [Handling Data and Images] -tags: [Python, Study, Handling Data and Images] +categories: [Handling Data and Images, Numpy] +tags: [Python, Study, Handling Data and Images, Numpy] math: true --- diff --git a/_posts/2025-01-05-NumpyUsage.md b/_posts/2025-01-05-NumpyUsage.md index da44518..647983f 100644 --- a/_posts/2025-01-05-NumpyUsage.md +++ b/_posts/2025-01-05-NumpyUsage.md @@ -2,8 +2,8 @@ title: How to handle Data, and Images(3) - Numpy Usage description: More operations that are commonly used in Numpy. date: 2025-01-05 -categories: [Handling Data and Images] -tags: [Python, Study, Handling Data and Images] +categories: [Handling Data and Images, Numpy] +tags: [Python, Study, Handling Data and Images, Numpy] math: true ---