This is a library (currently in preview) for getting the latest and greatest ai algorithms and bringing them directly to the .net community. Our approach for this library was to both provide an easy way for beginners to be able to use AI/ML since it usually has a very steep learning curve, and an easy way for expert level users to be able to fully customize everything about our algorithms. For now we are showcasing our simplified approach by providing simple linear regression to get feedback on how we can improve our library. We will be adding more algorithms in the future and we are open to any contributions to this library. Please let us know what you think about our approach. We will be handling all ai algorithms using the same methods.
This repository contains examples of using the AiDotNet machine learning library for various tasks.
AiDotNet is a .NET machine learning library for building, training, and deploying machine learning models in C#. These examples demonstrate how to use its various features for different scenarios.
To run these examples, you need:
Clone this repository and open it in Visual Studio or your preferred IDE.
Execute the project and choose an example from the menu. Each example demonstrates different aspects of machine learning with AiDotNet.
For more information about AiDotNet, visit [GitHub Repository Link].