Click here to Skip to main content
15,888,610 members
Articles / Artificial Intelligence / Machine Learning

Solving Iris classification using XGBoost and C#

Rate me:
Please Sign up or sign in to vote.
4.00/5 (2 votes)
3 Sep 2019CPOL2 min read 11.6K   4  
How to embed machine learning algorithem like extreme gradient boosting in C# app
The objective of this article is to share my learnings of how to embed a machine learning algorithm like extreme gradient boosting in a C# application.

Views

Daily 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 (Senior)
United Kingdom United Kingdom
With over 22 years experience in software development. My first job was to port C and Fortran code from UNIX to Windows NT. I have worn many hats since then. Windows forms, Web development, Windows Presentation Framework, Silverlight, ASP.NET, SQL tuning, jQuery, Web API, SharePoint and now machine learning.

My book on Neural Network: http://amzn.eu/8G4erDQ


Comments and Discussions