Skip to content
/ ML Public

Sample projects for Classifications (Binary and Multi) using ML.Net

Notifications You must be signed in to change notification settings

Dirkster99/ML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Sample projects for Classifications (Binary and Multi) using ML.Net

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published