Cindywork / csharp-playground

This is my intelligence .NET playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csharp-playground

This repo is intend to host some of the interesting .net project I have done myself.

Sentiment Analysis

Sentiment analyisis is an interesting machine learning task, the input for this task is a sentense and the output is a boolean indicating if the sentense is toxic or not.

wikiDetoxAnnotated40kRows data set is used in this task, and the FastTree model from ML.NET is used as the model. Here's some interesting results:

Sentiment Analysis Result

About

This is my intelligence .NET playground


Languages

Language:C# 100.0%