Detect Spam Messages with C# And A CNTK Deep Neural Network

Mark Farragher
12 min readNov 8, 2019

Spam is becoming a huge problem. Last year, 53.5% of all email traffic worldwide was due to spam messages, with the most common topics being healthcare and dating.

Imagine how much bandwidth and electricity is being wasted here!

So let’s see if we can solve this problem. In this article, I am going to build a C# app with CNTK and NET…

--

--