{"id":15035864,"url":"https://github.com/ooples/aidotnet","last_synced_at":"2026-04-06T00:01:51.410Z","repository":{"id":196253448,"uuid":"690344983","full_name":"ooples/AiDotNet","owner":"ooples","description":"A new library for all of the newest ai algorithms","archived":false,"fork":false,"pushed_at":"2026-04-03T02:01:49.000Z","size":175242,"stargazers_count":44,"open_issues_count":19,"forks_count":8,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-04-03T02:19:48.237Z","etag":null,"topics":["ai","aidotnet","algorithm","algorithms","algos","csharp","csharp-code","csharp-library","dotnet","machine-learning","machine-learning-algorithms","machinelearning","neural-network","neural-networks","regression","regression-algorithms","regression-analysis","regression-models"],"latest_commit_sha":null,"homepage":"https://ooples.github.io/AiDotNet/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ooples.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"ooples","patreon":"cheatcountry","open_collective":null,"ko_fi":"cheatcountry","tidelift":null,"community_bridge":null,"liberapay":"cheatcountry","issuehunt":"ooples","otechie":"cheatcountry","custom":["https://www.paypal.me/cheatcountry","https://www.buymeacoffee.com/cheatcountry"]}},"created_at":"2023-09-12T02:41:18.000Z","updated_at":"2026-03-30T14:27:05.000Z","dependencies_parsed_at":"2026-01-05T12:06:24.633Z","dependency_job_id":"928b990f-2e8d-4dc3-b028-fa841f155843","html_url":"https://github.com/ooples/AiDotNet","commit_stats":null,"previous_names":["ooples/aidotnet","ooples-finance-llc/aidotnet"],"tags_count":136,"template":false,"template_full_name":null,"purl":"pkg:github/ooples/AiDotNet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooples%2FAiDotNet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooples%2FAiDotNet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooples%2FAiDotNet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooples%2FAiDotNet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ooples","download_url":"https://codeload.github.com/ooples/AiDotNet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ooples%2FAiDotNet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31454200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","aidotnet","algorithm","algorithms","algos","csharp","csharp-code","csharp-library","dotnet","machine-learning","machine-learning-algorithms","machinelearning","neural-network","neural-networks","regression","regression-algorithms","regression-analysis","regression-models"],"created_at":"2024-09-24T20:29:38.506Z","updated_at":"2026-04-06T00:01:46.397Z","avatar_url":"https://github.com/ooples.png","language":"C#","readme":"[![CodeQL Analyis](https://github.com/ooples/AiDotNet/actions/workflows/codeql.yml/badge.svg)](https://github.com/ooples/AiDotNet/actions/workflows/codeql.yml)\n[![Codacy Badge](https://app.codacy.com/project/badge/Grade/59242b2fb53c4ffc871212d346de752f)](https://app.codacy.com/gh/ooples/AiDotNet/dashboard?utm_source=gh\u0026utm_medium=referral\u0026utm_content=\u0026utm_campaign=Badge_grade)\n\n## AiDotNet\n\nThis is a library (currently in preview) for getting the latest and greatest ai algorithms and bringing them directly to the .net community. \nOur 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, \nand 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\nby providing simple linear regression to get feedback on how we can improve our library. \nWe 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. \nWe will be handling all ai algorithms using the same methods.\n\n\n# AiDotNet Examples\n\nThis repository contains examples of using the AiDotNet machine learning library for various tasks.\n\n## Table of Contents\n1. [Introduction](#introduction)\n2. [Getting Started](#getting-started)\n3. [Example Descriptions](#example-descriptions)\n4. [Running the Examples](#running-the-examples)\n\n## Introduction\nAiDotNet 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.\n\n## Getting Started\nTo run these examples, you need:\n- .NET 6.0 or later\n- AiDotNet library (via NuGet)\n\nClone this repository and open it in Visual Studio or your preferred IDE.\n\n## Example Descriptions\n\n### Basic Examples\n1. **Neural Network Example** - Demonstrates how to use neural networks for classification (Iris dataset) and regression (housing prices).\n2. **Multiple Regression Example** - Shows how to build a linear regression model to predict house prices.\n3. **Time Series Example** - Illustrates forecasting stock prices using time series models.\n\n### Advanced Real-World Examples\n4. **Enhanced Regression Example** - A comprehensive real estate analysis with feature engineering, model selection, and evaluation.\n5. **Enhanced Neural Network Example** - Customer churn prediction with data preprocessing, model training, and business insights.\n6. **Enhanced Time Series Example** - Energy demand forecasting with multiple models and seasonal analysis.\n\n## Running the Examples\nExecute the project and choose an example from the menu. Each example demonstrates different aspects of machine learning with AiDotNet.\n\nFor more information about AiDotNet, visit [GitHub Repository Link].\n","funding_links":["https://github.com/sponsors/ooples","https://patreon.com/cheatcountry","https://ko-fi.com/cheatcountry","https://liberapay.com/cheatcountry","https://issuehunt.io/r/ooples","https://otechie.com/cheatcountry","https://www.paypal.me/cheatcountry","https://www.buymeacoffee.com/cheatcountry"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooples%2Faidotnet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fooples%2Faidotnet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fooples%2Faidotnet/lists"}