Xyved Spamrules
https://git.xyved.dk/Xyved/spamrules/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
466 B
12 lines
466 B
servers = 127.0.0.1:6379; # Redis server to store learning data and ANN
|
|
|
|
train {
|
|
max_train = 1k; # Number of trains per epoch
|
|
max_usages = 20; # Number of learn iterations while ANN data is valid
|
|
spam_score = 8; # Score to learn spam
|
|
ham_score = -2; # Score to learn ham
|
|
learning_rate = 0.01; # Rate of learning (Torch only)
|
|
max_iterations = 25; # Maximum iterations of learning (Torch only)
|
|
}
|
|
|
|
timeout = 20; # Increase redis timeout
|
|
|