awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dotnet avatar

dotnet/machinelearning-samples

0
View on GitHub↗
4,678 stars·2,676 forks·PowerShell·MIT·2 vuesdot.net/ml↗

Machinelearning Samples

Ce dépôt est une collection d'implémentations de référence, de templates et de galeries d'exemples pour construire et intégrer des modèles de machine learning au sein de l'écosystème .NET. Il fournit un ensemble de démonstrations pratiques pour implémenter des workflows de machine learning en utilisant le framework ML.NET.

Le projet met l'accent sur l'intégration de modèles pré-entraînés via le format Open Neural Network Exchange, permettant l'exécution de logique de machine learning externe au sein d'applications managées. Il inclut des exemples spécifiques pour charger et exécuter ces modèles standardisés afin d'assurer la compatibilité multiplateforme.

Les exemples couvrent une gamme de tâches d'apprentissage supervisé, incluant la classification de sentiment textuel, l'analyse d'images et de vidéos pour la détection d'objets, et la prévision de séries temporelles. Il fournit également des implémentations pour la détection d'anomalies réseau et des outils pour l'optimisation d'hyperparamètres et les pipelines de transformation de données.

Features

  • .NET Machine Learning Integrations - Integrates machine learning models and predictive capabilities specifically within the .NET ecosystem.
  • Data Transformation Pipelines - Implements frameworks for filtering, cleaning, and modifying data before it is used in model generation.
  • Image and Video Analysis - Implements machine learning workflows to classify image content and detect objects within real-time video streams.
  • External Model Loading - Provides capabilities for importing and initializing pre-trained models from the standardized ONNX open format.
  • ONNX Model Runtimes - Provides runtimes that load and execute ONNX models for cross-framework inference.
  • Supervised Learning - Implements various classification and regression tasks using models trained on labeled data.
  • Time Series Forecasting - Implements models and architectures designed for predicting future values in temporal data sequences.
  • Real-Time Object Detection - Provides tools for identifying and locating specific objects within live video streams or webcam footage.
  • Custom Data Transform Extensions - Provides mechanisms for defining and registering custom data preprocessing logic within machine learning pipelines.
  • Feature Extraction - Provides tools for converting raw visual data into meaningful numerical representations for analysis.
  • Image Classification - Implements systems that assign labels or categories to images based on their visual content.
  • Hyperparameter Optimization - Implements automated methods for searching and selecting the best configuration parameters for a model.
  • Dataset-Driven Model Generators - Provides capabilities to generate high-quality machine learning models and the source code required to execute them from datasets.
  • Sentiment Classifiers - Provides implementation examples for building neural network architectures that classify the emotional tone of text data.
  • Anomaly Detection - Provides reference implementations for identifying unusual patterns in network traffic and system logs.
  • AI and Machine Learning - Interactive UI samples for sentiment analysis and prediction.

Historique des stars

Graphique de l'historique des stars pour dotnet/machinelearning-samplesGraphique de l'historique des stars pour dotnet/machinelearning-samples

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait dotnet/machinelearning-samples ?

Ce dépôt est une collection d'implémentations de référence, de templates et de galeries d'exemples pour construire et intégrer des modèles de machine learning au sein de l'écosystème .NET. Il fournit un ensemble de démonstrations pratiques pour implémenter des workflows de machine learning en utilisant le framework ML.NET.

Quelles sont les fonctionnalités principales de dotnet/machinelearning-samples ?

Les fonctionnalités principales de dotnet/machinelearning-samples sont : .NET Machine Learning Integrations, Data Transformation Pipelines, Image and Video Analysis, External Model Loading, ONNX Model Runtimes, Supervised Learning, Time Series Forecasting, Real-Time Object Detection.

Quelles sont les alternatives open-source à dotnet/machinelearning-samples ?

Les alternatives open-source à dotnet/machinelearning-samples incluent : lazyprogrammer/machine_learning_examples — This project is a comprehensive collection of practical code examples and implementation libraries for machine… d2l-ai/d2l-en — This project is an educational platform and research toolkit designed to teach deep learning through a combination of… haifengl/smile — Smile is a comprehensive JVM machine learning library and statistical computing toolkit. It provides a suite of… dotnet/machinelearning — This is a cross-platform framework for building, training, and deploying custom machine learning models within the… autogluon/autogluon — AutoGluon is an automated machine learning framework and multimodal library designed to automate the end-to-end… ageron/handson-ml — This is a machine learning educational repository consisting of a collection of notebooks and code examples. It…

Alternatives open source à Machinelearning Samples

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Machinelearning Samples.
  • lazyprogrammer/machine_learning_examplesAvatar de lazyprogrammer

    lazyprogrammer/machine_learning_examples

    8,823Voir sur GitHub↗

    This project is a comprehensive collection of practical code examples and implementation libraries for machine learning. It provides a wide array of reference materials for building supervised, unsupervised, and reinforcement learning algorithms. The repository serves as a multi-domain resource, featuring specific implementation suites for financial AI, Bayesian statistical modeling, and deep learning architectures. It includes a framework for training intelligent agents using policy gradients and actor-critic models, as well as practical guides for fine-tuning transformers and utilizing larg

    Pythondata-sciencedeep-learningmachine-learning
    Voir sur GitHub↗8,823
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Pythonbookcomputer-visiondata-science
    Voir sur GitHub↗29,001
  • haifengl/smileAvatar de haifengl

    haifengl/smile

    6,387Voir sur GitHub↗

    Smile is a comprehensive JVM machine learning library and statistical computing toolkit. It provides a suite of algorithms for classification, regression, and clustering, implemented natively for Java, Scala, and Kotlin. The project also functions as a deep learning framework, a natural language processing library, and an inference engine for large language models. The library distinguishes itself through GPU acceleration via LibTorch bindings and support for the ONNX model interchange format. It includes specialized capabilities for large language model inference, featuring Byte-Pair Encodin

    Java
    Voir sur GitHub↗6,387
  • dotnet/machinelearningAvatar de dotnet

    dotnet/machinelearning

    9,329Voir sur GitHub↗

    This is a cross-platform framework for building, training, and deploying custom machine learning models within the .NET ecosystem. It provides a predictive modeling engine for classification, regression, and forecasting tasks, alongside an inference runtime to generate predictions across different hardware architectures. The framework includes a gradient boosting library and supports interoperability with external models via a standardized open format. It features tools for prediction explainability, allowing the analysis of feature importance to debug model behavior and identify bias. The p

    C#algorithmsdotnetmachine-learning
    Voir sur GitHub↗9,329
  • Voir les 30 alternatives à Machinelearning Samples→