AiDotNet 0.1.0
See the version list below for details.
dotnet add package AiDotNet --version 0.1.0
NuGet\Install-Package AiDotNet -Version 0.1.0
<PackageReference Include="AiDotNet" Version="0.1.0" />
<PackageVersion Include="AiDotNet" Version="0.1.0" />
<PackageReference Include="AiDotNet" />
paket add AiDotNet --version 0.1.0
#r "nuget: AiDotNet, 0.1.0"
#:package AiDotNet@0.1.0
#addin nuget:?package=AiDotNet&version=0.1.0
#tool nuget:?package=AiDotNet&version=0.1.0
AiDotNet
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.
AiDotNet Examples
This repository contains examples of using the AiDotNet machine learning library for various tasks.
Table of Contents
Introduction
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.
Getting Started
To run these examples, you need:
- .NET 6.0 or later
- AiDotNet library (via NuGet)
Clone this repository and open it in Visual Studio or your preferred IDE.
Example Descriptions
Basic Examples
- Neural Network Example - Demonstrates how to use neural networks for classification (Iris dataset) and regression (housing prices).
- Multiple Regression Example - Shows how to build a linear regression model to predict house prices.
- Time Series Example - Illustrates forecasting stock prices using time series models.
Advanced Real-World Examples
- Enhanced Regression Example - A comprehensive real estate analysis with feature engineering, model selection, and evaluation.
- Enhanced Neural Network Example - Customer churn prediction with data preprocessing, model training, and business insights.
- Enhanced Time Series Example - Energy demand forecasting with multiple models and seasonal analysis.
Running the Examples
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].
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Framework | net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.2
- Azure.Search.Documents (>= 11.7.0)
- Elastic.Clients.Elasticsearch (>= 9.2.1)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Data.Sqlite (>= 8.0.21)
- Newtonsoft.Json (>= 13.0.4)
- Pinecone.Client (>= 4.0.2)
- StackExchange.Redis (>= 2.9.32)
- System.ValueTuple (>= 4.6.1)
-
net8.0
- Azure.Search.Documents (>= 11.7.0)
- Elastic.Clients.Elasticsearch (>= 9.2.1)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Data.Sqlite (>= 8.0.21)
- Newtonsoft.Json (>= 13.0.4)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 9.0.4)
- Pinecone.Client (>= 4.0.2)
- StackExchange.Redis (>= 2.9.32)
- System.ValueTuple (>= 4.6.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.3.0 | 0 | 12/11/2025 |
| 0.2.0 | 100 | 11/15/2025 |
| 0.1.0 | 232 | 11/12/2025 |
| 0.0.5-preview | 309 | 10/16/2023 |
| 0.0.3-preview | 128 | 9/24/2023 |
| 0.0.2-preview | 146 | 9/24/2023 |
| 0.0.1-preview | 116 | 9/23/2023 |