From fabff6c75f0b3a8759ae2e6cdcfe59065118f5b5 Mon Sep 17 00:00:00 2001
From: Akshat02945 <2023mcb1285@iitrpr.ac.in>
Date: Mon, 24 Jun 2024 11:11:38 +0530
Subject: [PATCH] Update Oceanverse.md
---
Oceanverse.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Oceanverse.md b/Oceanverse.md
index 15d58c3..bc6b4ec 100644
--- a/Oceanverse.md
+++ b/Oceanverse.md
@@ -2306,7 +2306,7 @@ Are you able to relate this with matrices? If yes, then is this matrix invertibl
-131.Are you aware or orthogonal matrices? What properties to orthogonal matrices show?
+131.Are you aware of orthogonal matrices? What properties do orthogonal matrices show?
Sol.
@@ -2362,7 +2362,7 @@ c) What kind of values you need in a filter used for blurring an image?
141.Apply the following filter F on an image M and observe the dimensions of the output. Are the same as previous?
-142.Given a $$ 32 \ast 32 \ast 32 $$RGB image, calculate the output dimensions after applying a convolutional layer with 16 filters, each of size 3x3, with a stride of 1 and with no padding. Also find the general formula.
+142.Given a $$ 32 \times 32 \times 32 $$RGB image, calculate the output dimensions after applying a convolutional layer with 16 filters, each of size 3x3, with a stride of 1 and with no padding. Also find the general formula.
143.What is purpose of applying a pooling layer on an image. How is it different from convolution layer?