From e5236e6e6a492a3d804328bbd812d15f8e96f1e2 Mon Sep 17 00:00:00 2001 From: David Thrower Date: Thu, 16 Nov 2023 18:54:49 -0500 Subject: [PATCH] Update text-class-ham-or-spam.py --- text-class-ham-or-spam.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text-class-ham-or-spam.py b/text-class-ham-or-spam.py index be5046e..0a7de57 100644 --- a/text-class-ham-or-spam.py +++ b/text-class-ham-or-spam.py @@ -36,7 +36,7 @@ max_consecutive_lateral_connections = 22 p_lateral_connection = 0.39256 num_lateral_connection_tries_per_unit = 10 -learning_rate = 0.0000511065 +learning_rate = 0.0001 epochs = 6 # [1, 100] batch_size = 13 maximum_levels = 4 # [3,7]