awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
dotnet avatar

dotnet/machinelearning-samples

0
View on GitHub↗
4,678 星标·2,676 分支·PowerShell·MIT·2 次浏览dot.net/ml↗

Machinelearning Samples

该仓库是用于在 .NET 生态系统中构建和集成机器学习模型的参考实现、模板和示例库。它提供了一系列使用 ML.NET 框架实现机器学习工作流的实践演示。

该项目强调通过 Open Neural Network Exchange (ONNX) 格式集成预训练模型,允许在托管应用程序中执行外部机器学习逻辑。它包含了加载和执行这些标准化模型的具体示例,以确保跨平台兼容性。

示例涵盖了多种监督学习任务,包括文本情感分类、用于目标检测的图像和视频分析,以及时间序列预测。它还提供了网络异常检测的实现,以及用于超参数优化和数据转换流水线的工具。

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.

Star 历史

dotnet/machinelearning-samples 的 Star 历史图表dotnet/machinelearning-samples 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

dotnet/machinelearning-samples 是做什么的?

该仓库是用于在 .NET 生态系统中构建和集成机器学习模型的参考实现、模板和示例库。它提供了一系列使用 ML.NET 框架实现机器学习工作流的实践演示。

dotnet/machinelearning-samples 的主要功能有哪些?

dotnet/machinelearning-samples 的主要功能包括:.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。

dotnet/machinelearning-samples 有哪些开源替代品?

dotnet/machinelearning-samples 的开源替代品包括: 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…

Machinelearning Samples 的开源替代方案

相似的开源项目,按与 Machinelearning Samples 的功能重合度排序。
  • lazyprogrammer/machine_learning_exampleslazyprogrammer 的头像

    lazyprogrammer/machine_learning_examples

    8,823在 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
    在 GitHub 上查看↗8,823
  • d2l-ai/d2l-end2l-ai 的头像

    d2l-ai/d2l-en

    29,001在 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
    在 GitHub 上查看↗29,001
  • haifengl/smilehaifengl 的头像

    haifengl/smile

    6,387在 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
    在 GitHub 上查看↗6,387
  • dotnet/machinelearningdotnet 的头像

    dotnet/machinelearning

    9,329在 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
    在 GitHub 上查看↗9,329
查看 Machinelearning Samples 的所有 30 个替代方案→