Click here to Skip to main content
15,884,629 members
Articles / Artificial Intelligence / Machine Learning

Detecting Spam with Azure Machine Learning

Rate me:
Please Sign up or sign in to vote.
4.47/5 (13 votes)
12 Feb 2018CPOL14 min read 26.1K   309   15  
Train a binary classifier in Azure and then use it in a C# application.
In this article, we will train a classifier in Azure that will get us 100% accuracy in detecting whether a message is spam or not. We will also explore a more direct word frequency approach which will get us a surprisingly high accuracy.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
Scott enjoys working on proof-of-concept projects for the sake of learning new and interesting ways to solve problems.

Comments and Discussions