Show HN: Spam classifier in Go using Naive Bayes
1–10 of 10 posts
Re: Show HN: Spam classifier in Go using Naive Bayes
#2Re: Show HN: Spam classifier in Go using Naive Bayes
#3Re: Show HN: Spam classifier in Go using Naive Bayes
#4IIRC, next thing on my TODO list was to add vectorization. Also (like OP) it uses log probabilities to avoid floating-point underflow.
Re: Show HN: Spam classifier in Go using Naive Bayes
#5Re: Show HN: Spam classifier in Go using Naive Bayes
#6Re: Show HN: Spam classifier in Go using Naive Bayes
#7Re: Show HN: Spam classifier in Go using Naive Bayes
#8I remember during the 10s, there was this wave of frenzied almost cult-like talk of Bayes among the engineer types. Does anyone remember it? You had folks arguing Bayes was the ultimate stats tool, that it was superior to frequentist tools, etc. Some guy called Yudowsky was a heavy supporter of it too.
Re: Show HN: Spam classifier in Go using Naive Bayes
#9I remember during the 10s, there was this wave of frenzied almost cult-like talk of Bayes among the engineer types. Does anyone remember it? You had folks arguing Bayes was the ultimate stats tool, that it was superior to frequentist tools, etc. Some guy called Yudowsky was a heavy supporter of it too.
Re: Show HN: Spam classifier in Go using Naive Bayes
#10Bayesian spam classification is or soon will be destroyed by LLM spam. Yuck.