Skip to content

GraphLinq/GraphLinq.MachineLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues


Logo

GraphLinq.MachineLearning

Plugin for the GraphLinq Engine that uses Machine Learning to process a string of data.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Contact

About The Project

This plugin will allow a Graph to consume data, create a dataset, train a model, and make predictions using ML.NET.

(back to top)

Getting Started

  • Add the Machine Learning block to a graph.
  • Add a string to the input with the data you want to test.
  • Output string will return a Boolean of True or False.
    • Sentiment: True is a positive sentiment, false is a negative sentiment.
    • Spam: True is spam, false is not spam.

Examples

Positive Sentiment

Logo

Negative Sentiment

Logo

The Spam detection block works the exact same way as the example above.

(back to top)

Contributing

If you have a suggestion that would make this repository better, please fork the repo and create a pull request. You can also simply open an issue. Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contact

GraphLinq Protocol - @graphlinq_proto

Project Home: https://graphlinq.io

(back to top)

Made with contributors-img.

(back to top)

About

Plugin of the GraphLinq Engine for Machine Learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages