9 个仓库
The process of building and training AI systems for predictive analytics and pattern recognition.
Distinct from AI & Machine Learning: The candidates are mostly awesome-lists or specific to C++, while this is a general development capability.
Explore 9 awesome GitHub repositories matching artificial intelligence & ml · Machine Learning Model Development. Refine with filters or upvote what's useful.
本项目是一个全面的 Python 编程教育材料合集,包括教程、练习与精选代码示例。它作为一个学习课程与软件工程工具包,利用 Jupyter Notebooks 将可执行代码与描述性教育文本相结合。 该仓库提供了构建大语言模型应用的实践指南,例如检索增强生成(RAG)系统、有状态 AI 代理与机器学习工作流。它通过提供结构化的代理编码工作流脱颖而出,涵盖了上下文窗口蒸馏、与提供商无关的模型路由以及模式强制的结构化输出。 这些材料涵盖了广泛的软件工程能力,包括使用分布式任务队列的异步编程、使用 REST API 的 Web 应用开发以及数据分析工作流。它还包括用于掌握面向对象设计、实现 CI/CD 流水线以及应用专业 Linting 与格式化标准的资源。
Teaches the process of building and training AI systems for predictive analytics, natural language, and image processing.
本项目是一个用于流派预测的多标签分类流水线。它实现了一个机器学习工作流,通过处理文本和视觉输入数据,为单个项目分配多个类别标签。 系统利用多模态特征提取将图像和文本描述转换为语义向量。该过程包括使用预训练网络进行视觉特征提取,以及使用语义词平均进行文本分析,从而使模型能够将不同数据类型集成到统一的输入中。 该流水线涵盖了完整的机器学习生命周期,包括来自外部数据库的数据集元数据集成,以及将数据组织成多阶段线性流水线。性能通过使用精确率和召回率计算的事实标准指标进行评估,同时通过成对共现矩阵分析类别关系。
Develops a full ML lifecycle including dataset generation, feature extraction, training, and evaluation.
这是一个使用 TensorFlow 2 构建、训练和部署机器学习模型的综合教育资源和教程手册。它作为结构化学习指南,涵盖了深度学习的核心概念,包括神经网络架构、自动微分和张量运算。 该手册提供了关于通过 GPU 内存管理、分布式训练和模型量化来优化执行效率的技术指导。它还包括用于构建高性能数据管道以及将模型导出到生产服务器、移动设备和 Web 浏览器的详细手册。 该材料涵盖了广泛的功能,包括使用卷积和循环网络的模型开发、自定义损失函数和层的实现,以及使用预训练模型进行迁移学习。它还探讨了边缘设备的部署策略以及使用基于云的运行时进行硬件加速。 该资源以 Jupyter Notebooks 集合的形式实现。
Teaches the full process of building and training AI systems for tasks like classification and regression.
This project is a collection of interactive Jupyter notebooks and a structured machine learning tutorial series. It serves as an educational resource for studying predictive modeling and statistical analysis through a curriculum of executable code examples. The notebooks are specifically designed to accompany video tutorials, integrating external video assets with live code to synchronize visual instruction with hands-on experimentation. This approach allows users to follow sequential lessons while executing and modifying machine learning workflows directly in a browser. The content covers t
Guides users through the practical steps of data preparation, model training, and performance optimization.
This project is an educational resource and tutorial series designed to teach the principles of deep learning through interactive notebooks. It provides a structured curriculum that guides users through the implementation of artificial neural networks, focusing on both the practical construction of models and the underlying mechanics of machine learning workflows. The material emphasizes a hands-on approach, allowing users to build and train neural network architectures from scratch using standard programming patterns. By working through these examples, learners gain experience with the core
Facilitates the development and training of neural network architectures from scratch.
This project is a collection of interactive Jupyter notebooks designed to teach machine learning and deep learning fundamentals through hands-on coding exercises. It provides a structured curriculum that guides users through the end-to-end data science lifecycle, covering everything from initial data preprocessing to final model evaluation. The repository distinguishes itself by bridging theoretical data science concepts with practical implementation using standard industry libraries. It features a series of tutorials that demonstrate how to build and train predictive models and complex neura
Guides the building and evaluation of predictive models using Python libraries to transform raw data into actionable insights.
This repository serves as an educational collection of interactive notebooks and code examples designed to demonstrate fundamental machine learning and deep learning concepts. It provides a structured environment for exploring data science workflows, ranging from basic numerical computing and statistical analysis to the construction of complex neural network architectures. The project distinguishes itself through a focus on hands-on experimentation, offering practical implementations for tasks such as computer vision, natural language processing, and statistical simulation. Users can engage w
Demonstrates the development and training of predictive models using standard algorithmic approaches.
该项目是一个社区驱动的教育仓库,提供了一个掌握机器学习和数据科学的结构化课程。它作为开发者从零开始构建实用模型的资源,通过直接实现和对常见算法的迭代实验来强化理论知识。 该仓库组织成模块化目录,允许学习者独立探索和实验特定的机器学习练习。内容通过协作工作流进行维护,贡献者使用版本控制和同行评审来完善技术教程、验证准确性并提高学习材料的质量。 该合集通过提供可用于构建数据科学作品集的动手编码项目来支持技能发展。课程通过一个可导航的界面呈现,将结构化文档转换为练习机器学习工作流和数据分析技术的指南。
Supports the development of practical machine learning models from scratch through iterative coding exercises.
This project serves as an educational and practical resource for mastering machine learning workflows using Python. It provides a comprehensive collection of code examples and exercises designed to guide users through the implementation of predictive systems, ranging from fundamental algorithms to deep learning architectures. The repository distinguishes itself by offering a structured approach to both classical machine learning and neural network training. It covers the full lifecycle of model development, including the orchestration of reusable data transformation pipelines, advanced ensemb
Provides a comprehensive framework for building and training predictive models.