AiDotNet 0.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package AiDotNet --version 0.1.0
                    
NuGet\Install-Package AiDotNet -Version 0.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AiDotNet" Version="0.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AiDotNet" Version="0.1.0" />
                    
Directory.Packages.props
<PackageReference Include="AiDotNet" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AiDotNet --version 0.1.0
                    
#r "nuget: AiDotNet, 0.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AiDotNet@0.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AiDotNet&version=0.1.0
                    
Install as a Cake Addin
#tool nuget:?package=AiDotNet&version=0.1.0
                    
Install as a Cake Tool

CodeQL Analyis Codacy Badge

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

  1. Introduction
  2. Getting Started
  3. Example Descriptions
  4. Running the Examples

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

  1. Neural Network Example - Demonstrates how to use neural networks for classification (Iris dataset) and regression (housing prices).
  2. Multiple Regression Example - Shows how to build a linear regression model to predict house prices.
  3. Time Series Example - Illustrates forecasting stock prices using time series models.

Advanced Real-World Examples

  1. Enhanced Regression Example - A comprehensive real estate analysis with feature engineering, model selection, and evaluation.
  2. Enhanced Neural Network Example - Customer churn prediction with data preprocessing, model training, and business insights.
  3. 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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