Skip to content

Commit

Permalink
Update text-class-ham-or-spam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
David Thrower authored Nov 16, 2023
1 parent 838b3ec commit e5236e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text-class-ham-or-spam.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit e5236e6

Please sign in to comment.