From 7a5d3af80b96656bcfe77bd95c0baeadf93cf449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Thu, 17 May 2018 11:15:46 +0200 Subject: [PATCH] [Rspamd] Slight changes to neural --- data/conf/rspamd/local.d/neural.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/data/conf/rspamd/local.d/neural.conf b/data/conf/rspamd/local.d/neural.conf index 712126c0..7f3a77d4 100644 --- a/data/conf/rspamd/local.d/neural.conf +++ b/data/conf/rspamd/local.d/neural.conf @@ -2,7 +2,7 @@ rules { "LONG" { train { max_trains = 800; - max_usages = 20; + max_usages = 40; max_iterations = 25; learning_rate = 0.01, spam_score = 9; @@ -10,14 +10,14 @@ rules { } symbol_spam = "NEURAL_SPAM_LONG"; symbol_ham = "NEURAL_HAM_LONG"; - ann_expire = 100d; + ann_expire = 31d; } "SHORT" { train { max_trains = 90; - max_usages = 2; - max_iterations = 25; - learning_rate = 0.02, + max_usages = 20; + max_iterations = 15; + learning_rate = 0.01, spam_score = 9; ham_score = -4; }