教程中心

AI Agent 从入门到实战:概念理解、MCP 使用、平台实操、工作流自动化

2024

教程总数

368

入门教程

45

实操教程

高级其他

AI SLA and SLO Management

Defining and meeting SLAs/SLOs for AI services

AI SLA and SLO Management Overview Defining and meeting SLAs/SLOs for AI services Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler: """

deploymentproduction
15分钟
高级其他

AI Payment Fraud Prevention: Real-Time Detection at Millisecond Latency

Graph neural networks, sequence models, and explainable fraud scoring for fintech

Build production payment fraud prevention systems using graph neural networks, transaction sequence models, real-time feature engineering, and explainable AI for compliance and dispute resolution.

fraud-detectionfintech
35分钟
高级其他

AI for Clinical Notes and EHR Optimization: Ambient Documentation and NLP

Speech-to-text, note structuring, diagnostic coding, and clinical decision support

Explore AI applications in healthcare documentation including ambient clinical intelligence for automatic note generation, SNOMED/ICD-10 coding, clinical NER, and AI-assisted clinical decision support.

healthcare-AIclinical-NLP
30分钟
高级其他

AI系统的隐私合规:GDPR、CCPA和AI法案下的数据使用规范

企业AI系统如何在主要隐私法规下合规运营,避免天价罚款

详解AI系统在GDPR、CCPA、中国个保法和EU AI Act下的合规要求,包括合法性基础、数据最小化、算法透明度、被遗忘权实现和隐私影响评估,提供可操作的合规检查清单。

GDPRAI合规
35分钟
高级其他

AI 3D Generation: 2025 Guide

AI-powered 3D model and scene generation tools

AI 3D Generation: 2025 Guide Overview AI-powered 3D model and scene generation tools Implementation ```python from openai import OpenAI from pydantic import BaseModel from typing import Optional import json client = OpenAI() class Handler:

3d-genemerging
15分钟
高级其他

AI诉讼预测与法律研究:Westlaw Edge和Lexis+ AI的实践指南

用AI分析案例法和胜诉概率,辅助律师做出更明智的诉讼策略决策

探讨AI在诉讼分析和法律研究中的应用,包括案例相关性搜索、判决结果预测、法官偏好分析和反对律所策略研究,以及Westlaw Edge、LexisNexis AI的功能评测。

AI法律研究诉讼预测
30分钟
高级其他

AI合规监控:自动化追踪监管变化,确保企业实时合规

用NLP和知识图谱构建企业合规监控体系,将监管响应时间从周缩短至天

介绍如何利用AI技术构建企业合规监控系统,包括监管文件自动采集、法规变更影响评估、合规差距分析和监管报告自动化,以及在金融、医疗、能源行业的应用。

AI合规监管科技
32分钟
高级其他

Feature Store Implementation

Building and managing ML feature stores for production

Feature Store Implementation Overview Building and managing ML feature stores for production. This guide covers practical implementation for production ML systems. Why This Matters in MLOps Modern ML systems require rigorous operations practices:

mlopsproduction
18分钟
高级其他

AI Supply Chain Analytics: Demand Sensing, Risk Prediction, and Automation

Advanced ML techniques for supply chain resilience and optimization

Implement advanced AI analytics for supply chain including demand sensing with external signals, supplier risk prediction, disruption detection, and autonomous procurement decisions.

supply-chaindemand-forecasting
30分钟
高级其他

Quantization Explained: Technical Deep Dive

INT4/INT8 quantization for faster, smaller model inference

Quantization Explained: Technical Deep Dive Overview INT4/INT8 quantization for faster, smaller model inference. This comprehensive guide covers everything you need to know for production implementation. Why It Matters Quantization Explained: Tec

conceptstheory
15分钟
高级其他

Reinforcement Learning for Real-World Applications: Beyond Game AI

Production RL for robotics, resource optimization, and recommendation systems

Learn practical reinforcement learning applications beyond games including supply chain optimization, cloud resource management, recommendation systems, and robotics control with modern RL libraries.

reinforcement-learningRL
35分钟
高级其他

PEFT: Parameter-Efficient Methods: Hands-On Tutorial

Overview of all parameter-efficient fine-tuning approaches — step-by-step implementation guide

PEFT: Parameter-Efficient Methods Overview Overview of all parameter-efficient fine-tuning approaches. This tutorial provides a complete, runnable implementation. Prerequisites ```bash Install required packages pip install transformers datasets p

fine-tuningllm
20分钟
高级其他

AI in Talent Acquisition: Resume Screening, Bias Mitigation, and Legal Compliance

Building fair, effective, and legally compliant AI hiring tools

Build and deploy AI resume screening systems that are effective, fair, and legally compliant, covering bias detection, disparate impact analysis, explainability, and EEOC compliance.

HR-AIrecruiting
30分钟
高级其他

AI智慧城市:交通优化、安防视觉与城市治理的AI应用

解析全球领先智慧城市的AI技术栈,探讨城市AI的机遇与隐私挑战

介绍AI在智慧城市建设中的核心应用,包括智能交通信号控制、公共安全监控、城市基础设施预测维护和市政服务AI化,以及城市AI引发的隐私和公民自由问题。

智慧城市AI交通
30分钟
高级其他

AI仓储机器人:从Kiva到人形机器人的自动化仓储进化史

解析亚马逊、京东和Meituan仓库自动化背后的AI技术体系

全面介绍仓储机器人的技术演进和AI核心能力,包括SLAM导航、路径规划、抓取感知、多机协调和人机协作,以及自动化仓储的ROI分析和未来趋势。

仓储机器人AI物流
35分钟
高级其他

AI能源管理:智能电网优化、可再生能源预测与需求响应

用机器学习平衡可再生能源的间歇性,构建更智能的电力系统

介绍AI在能源管理中的应用,包括太阳能/风能发电预测、电网负荷预测、储能优化调度和需求响应自动化,以及AI对实现碳中和目标的贡献。

AI能源智能电网
32分钟
高级其他

AI Production Incident Response: Debugging ML Systems in Production

Runbooks, root cause analysis, and systematic debugging for AI system failures

Build systematic incident response processes for AI systems including runbooks for common failure modes, root cause analysis frameworks, rollback procedures, and post-incident learning.

incident-responseproduction-AI
28分钟
高级其他

Reducing LLM Hallucinations: Techniques That Actually Work in Production

RAG, self-consistency, chain-of-verification, and calibration for faithful AI outputs

Comprehensive guide to practical techniques for reducing LLM hallucinations in production systems, including RAG, retrieval verification, self-consistency sampling, and chain-of-verification prompting.

hallucinationLLM
30分钟
高级其他

AI工业物联网:预测性维护从概念到生产部署的完整实践

用传感器数据和机器学习预测设备故障,实现零计划外停机

详细介绍AI预测性维护系统的技术架构,从边缘计算数据采集、时序特征提取、故障预测模型到维护工作流自动化,以及在制造业的实际部署经验。

AI制造IoT
35分钟
高级其他

AI for Geospatial Analysis: Satellite Imagery, Change Detection, and Location Intelligence

Computer vision on satellite imagery, geospatial ML with GeoPandas and PyTorch

Learn AI applications for geospatial analysis including satellite image classification, change detection, flood mapping, urban growth analysis, and building location intelligence with deep learning.

geospatial-AIsatellite-imagery
33分钟
高级其他

Deep Learning for Tabular Data: When Neural Nets Beat Gradient Boosting

TabNet, FT-Transformer, and AutoML approaches for structured data problems

Explore when and how deep learning approaches (TabNet, FT-Transformer, SAINT) outperform gradient boosting on tabular data, with practical implementation and hyperparameter guidance.

tabular-dataTabNet
30分钟
高级其他

AI-Powered Search and Autocomplete with Elasticsearch and LLMs

Semantic search, neural reranking, personalized suggestions, and query understanding

Build an intelligent search system combining Elasticsearch with AI for semantic understanding, neural reranking, personalized autocomplete, and query expansion for superior search relevance.

searchElasticsearch
32分钟
高级其他

Federated Learning in Practice: Training AI Models Without Centralizing Data

Flower framework, differential privacy, and production FL for mobile and edge devices

Practical guide to federated learning using the Flower framework, covering federation strategies, differential privacy, communication efficiency, and real-world deployment for healthcare and fintech.

federated-learningprivacy
38分钟
高级其他

LoRA Mathematics: Technical Deep Dive

The mathematical foundation of Low-Rank Adaptation

LoRA Mathematics: Technical Deep Dive Overview The mathematical foundation of Low-Rank Adaptation. This comprehensive guide covers everything you need to know for production implementation. Why It Matters LoRA Mathematics: Technical Deep Dive is

conceptstheory
15分钟
高级其他

How to Fine-tune Llama 3 on Custom Data: Complete Guide for Developers 2026

Build a specialized AI model step by step

How to Fine-tune Llama 3 on Custom Data 2026 Introduction In this tutorial, you'll learn how to **Fine-tune Llama 3 on Custom Data**. By the end, you'll have a working **specialized AI model** that you can deploy and extend. **Prerequisites:** - E

how-to-on
20分钟
高级其他

Production NER Systems: Fine-Tuning spaCy and Transformers for Custom Entities

Training custom NER models, handling low-resource scenarios, and deployment patterns

Build production Named Entity Recognition systems for custom entity types using spaCy and transformer models, covering annotation strategies, active learning, and deployment optimization.

NERNLP
32分钟
高级其他

Production Computer Vision with YOLO v11: Object Detection at Scale

Training, optimization, edge deployment, and real-time video processing with YOLO

Build production computer vision systems using YOLO v11 for object detection, including custom training, model optimization with TensorRT, edge deployment, and real-time video stream processing.

computer-visionYOLO
38分钟
高级其他

Advanced Time Series Forecasting with AI: N-BEATS, PatchTST, and Foundation Models

From classical ARIMA to neural and foundation model approaches for production forecasting

Comprehensive guide to advanced time series forecasting using neural architectures including N-BEATS, PatchTST, Chronos, and TimeGPT, with practical implementation and model selection guidance.

time-seriesforecasting
35分钟
高级其他

Knowledge Distillation: Train Small, Fast AI Models from Large Teacher Models

Task-specific distillation, intermediate layer matching, and deployment tradeoffs

Learn knowledge distillation techniques to create small, fast student models that mimic large teacher model performance, covering task distillation, feature-level distillation, and production deployment.

knowledge-distillationmodel-compression
32分钟
高级其他

Production Document Q&A System: PDF Processing to Enterprise Deployment

Complete guide from PDF parsing to scalable enterprise document intelligence

Build a production document Q&A system from PDF parsing and chunking through vector indexing, RAG-based answering, citation extraction, and enterprise deployment with access controls.

document-QARAG
40分钟
高级其他

NLP金融文本分析:从新闻情绪到财报解读的量化策略

用大语言模型分析SEC文件、财报电话会议和新闻情绪生成交易信号

介绍如何利用NLP和LLM技术分析金融文本数据,包括SEC文件解析、财报电话会议情绪分析、新闻事件驱动策略和另类数据整合,构建基于文本的量化交易因子。

NLP金融情绪分析
35分钟
高级其他

AI Anomaly Detection for Time Series: From Statistical to Deep Learning Approaches

Isolation Forest, LSTM Autoencoders, and production anomaly detection systems

Build production anomaly detection systems for time series data using statistical methods, isolation forest, LSTM autoencoders, and modern time series foundation models for infrastructure and IoT monitoring.

anomaly-detectiontime-series
35分钟
高级其他

AI智能投顾:Robo-Advisor的技术实现与监管框架

从资产配置优化到税收损失收割,构建全自动化财富管理系统

深入介绍智能投顾系统的技术架构,包括风险偏好评估、现代投资组合理论(MPT)AI增强、税收损失收割自动化和客户沟通个性化,以及各国智能投顾监管现状。

智能投顾Robo-Advisor
32分钟
高级其他

Build a Recommendation Engine from Scratch: Collaborative Filtering to Neural Networks

Matrix factorization, two-tower models, and production recommendation system tutorial

Step-by-step tutorial to build a recommendation engine from simple collaborative filtering through neural two-tower models, covering implicit feedback handling, cold start, and A/B testing.

recommendation-enginecollaborative-filtering
45分钟
高级其他

AI实时反欺诈:图神经网络在支付风控中的应用

用GNN和流式计算构建毫秒级响应的智能反欺诈系统

深入介绍图神经网络(GNN)在支付反欺诈中的应用,包括交易关系图构建、欺诈模式识别、实时推理优化和与规则引擎的结合策略。

反欺诈GNN
38分钟
高级其他

AI信用风控:机器学习替代传统评分卡的实践指南

从数据采集到模型部署,构建高准确率的AI信用评分系统

介绍如何构建AI信用评分模型,包括特征工程、模型选择、公平性评估和监管合规,以及主要金融机构的AI风控实践经验。

AI风控信用评分
35分钟
高级其他

LLM Application Architecture Patterns: From Simple to Complex Systems

Simple chains, RAG, agents, and multi-agent patterns with decision frameworks

Comprehensive guide to LLM application architecture patterns from simple prompt-response to complex multi-agent systems, with a decision framework for choosing the right architecture.

architectureLLM
30分钟
高级其他

AI量化交易实战:用Python和机器学习构建自动化交易策略

从数据获取到实盘部署,全流程Python量化交易系统开发

详解基于机器学习的量化交易系统开发全流程,包括特征工程、模型选择、回测框架、风险管理和实盘部署,以及常见的过拟合陷阱和规避方法。

量化交易AI金融
40分钟
高级其他

A/B Testing AI Features: Statistical Significance and Practical Significance

Power analysis, sequential testing, and avoiding common pitfalls in AI experiments

Learn rigorous A/B testing methodology for AI features including power analysis, sample size calculation, sequential testing, Bayesian approaches, and avoiding pitfalls like peeking and p-hacking.

A/B-testingstatistics
32分钟
高级其他

Build a Production LLM Microservice with FastAPI, Redis, and Docker

Async API, caching, rate limiting, and containerized deployment for LLM services

Build a scalable LLM microservice using FastAPI with async endpoints, Redis caching, rate limiting, health checks, and Docker containerization for production deployment.

FastAPIPython
40分钟
高级其他

AI Privacy and PII Protection: Handling Sensitive Data in LLM Applications

PII detection, data minimization, anonymization, and GDPR compliance for AI systems

Implement robust privacy protection for AI applications handling sensitive user data, covering PII detection and redaction, differential privacy, federated learning, and GDPR compliance requirements.

privacyPII
30分钟
高级其他

AI Content Moderation at Scale: Building Trust and Safety Systems

Multi-modal content classification, human review workflows, and policy enforcement

Design production-grade AI content moderation systems for text, images, and video, covering classification models, human review workflows, policy management, and appeals processes.

content-moderationtrust-safety
32分钟
高级其他

AI自动评测与智能评分:作文、代码和项目的AI评估系统

构建公平准确的AI评分系统,解放教师精力专注高价值教学

介绍AI自动评测技术的实现原理,包括作文评分、代码评测、项目评估和多语言评分,以及如何确保AI评分的公平性和可解释性。

AI评测自动评分
28分钟
高级其他

AI Observability: Comprehensive Monitoring for Production LLM Applications

Langfuse, Helicone, and custom observability stacks for LLM debugging and optimization

Build comprehensive observability for production LLM applications using Langfuse, Helicone, and Prometheus, covering trace collection, metric dashboards, alerting, and cost monitoring.

observabilitymonitoring
30分钟
高级其他

Planning and Execution Agent: Complete Tutorial

Agent with high-level planning and step-by-step execution

Planning and Execution Agent Overview Agent with high-level planning and step-by-step execution. This guide covers architecture, implementation, and production deployment of AI agents. Agent Architecture ``` User Input ↓ Agent Orchestrator

ai-agentsautonomous
20分钟
高级其他

Designing AI-Powered APIs: Best Practices for LLM-Backed Services

Rate limiting, streaming, idempotency, and versioning for AI APIs in production

Design patterns and best practices for building robust AI-powered REST and WebSocket APIs including streaming responses, idempotency, rate limiting, versioning, and managing non-deterministic outputs.

API-designstreaming
30分钟
高级其他

RLHF Explained Simply: Technical Deep Dive

Reinforcement Learning from Human Feedback demystified

RLHF Explained Simply: Technical Deep Dive Overview Reinforcement Learning from Human Feedback demystified. This comprehensive guide covers everything you need to know for production implementation. Why It Matters RLHF Explained Simply: Technical

conceptstheory
15分钟
高级其他

AI Function Calling and Tool Use: Production Patterns and Best Practices

Building reliable tool-using agents with OpenAI, Anthropic, and open source models

Master AI function calling and tool use patterns for building reliable agents, covering tool design, error handling, parallel tool execution, and preventing tool abuse.

function-callingtool-use
28分钟
上一页8 / 11下一页