Currently best spam filter algorithm

前端 未结 4 1040
暖寄归人
暖寄归人 2021-01-01 03:24

What is the currently best method to detect spam ? especially on mobile text message. are there any resource or comparison analysis ?

4条回答
  •  执笔经年
    2021-01-01 04:01

    As I understand it most modern spam filtering is a combination of an implementation of Bayes' theorem and some heuristics, e.g. sender blacklists, standards compliance, sending patterns.

    The easiest place to implement this in the mobile phone network would probably be at the SMS message centre, since the volume is higher, which makes a lot of the heuristics easier to implement.

提交回复
热议问题