Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.54 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.54 KB

Build status

ML

Sample Project for Binary Classification using ML.Net

This project contains "Hello World" machine learning .Net sample projects from these sites:

and other resources. The projects sample several categories of machine learning tasks with sample data and working code. More on ML.Net can be found on CodeProject.

Binary Classification

Introduction

  1. Sentiment detection (Psoitive or Negative) through classification of text and
  2. Spam detection (Spam or No Spam) through classification of text.

Classification with Multible Classes

Introduction

  1. Using an input vector of 2 elements integer and string

  2. Using an input vector with more than 2 elements integer and string and multiple integers

ML.Net Machine Learning Glossary