From 693a9829ca0a1e001862f1a7f6dd076e334ed92b Mon Sep 17 00:00:00 2001 From: TekotovaVA Date: Sun, 14 Dec 2025 17:52:19 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'labworks/LW4/report.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- labworks/LW4/report.md | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/labworks/LW4/report.md b/labworks/LW4/report.md index e85e340..5be7818 100644 --- a/labworks/LW4/report.md +++ b/labworks/LW4/report.md @@ -255,27 +255,13 @@ model.summary() > >Model: "sequential" > ->┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━┓ -> ->┃ Layer (type) ┃ Output Shape ┃ Param # ┃ -> ->┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━┩ -> ->│ embedding (Embedding) │ (None, 500, 32) │ 160,000 │ -> ->├─────────────────────────────────┼────────────────────────┼───────────────┤ -> ->│ lstm (LSTM) │ (None, 64) │ 24,832 │ -> ->├─────────────────────────────────┼────────────────────────┼───────────────┤ -> ->│ dropout (Dropout) │ (None, 64) │ 0 │ -> ->├─────────────────────────────────┼────────────────────────┼───────────────┤ -> ->│ dense (Dense) │ (None, 1) │ 65 │ -> ->└─────────────────────────────────┴────────────────────────┴───────────────┘ + +| Layer (type) | Output Shape | Param # | +|----------|-------------------------------------|---------------------------|-----------------------------------------| +| embedding (Embedding) | (None, 500, 32) | 160,000 | +| lstm (LSTM) | (None, 64) | 24,832 | +| dropout (Dropout) | (None, 64) | 0 | +| dense (Dense) | (None, 1) | 65 | > > Total params: 184,897 (722.25 KB) >