1. [行业](/industries/overview)
2. 
金融服务

# 面向金融服务的开发者资源

NVIDIA 技术适用于资本市场、银行、支付和金融科技领域的用例。

用例：

- 

算法交易

- 

股权研究

- 

欺诈检测

- 

金融犯罪防控 (反洗钱 AML / 客户身份识别 KYC)

- 

个性化客户服务

### 分场景入门工具包

### 搭建专属交易领域基础模型

这份「搭建专属交易领域基础模型」开发者示例，为开发者提供了一套初始工程模板，可基于 Transformer 架构针对表格数据构建向量嵌入模型。

- 

[阅读技术博客](https://developer.nvidia.cn/blog/build-your-own-transaction-foundation-model-for-financial-intelligence/)

- 

[了解 AI 开发者案例](https://github.com/NVIDIA-AI-Blueprints/transaction-foundation-model)

- 

[观看培训实验室点播视频](https://www.nvidia.cn/on-demand/session/gtc26-dlit81818/?playlistId=playList-0bccd7f2-6f64-41e9-a8ff-e129972c3803)

### 借助多智能体系统优化金融信号挖掘

Quantitative Signal Discovery Agent 开发者示例展示了如何使用基于 [NVIDIA Nemotron](https://developer.nvidia.cn/topics/ai/nemotron) 系列开放模型和 NVIDIA NeMo Agent Toolkit 开源库构建的代理式架构，实现量化交易核心流程 —— 信号挖掘的自动化处理。

- 

[阅读技术博客](https://developer.nvidia.com/blog/automating-and-optimizing-financial-signal-discovery-with-multi-agent-systems/)

- 

[了解 AI 开发者案例](https://github.com/NVIDIA-AI-Blueprints/quantitative-signal-discovery-agent)

### 通过加速投资组合优化扩展实时决策

传统的基于 CPU 的产品组合优化工作流程速度缓慢，规模有限，并且无法支持实时分析。借助 AI 加速，金融机构可构建高阶风险计量模型、实时处理大规模投资组合资产，提升整体运营效率，进而制定更迅捷、依据更充分的投资决策。

- 

[阅读技术博客](https://developer.nvidia.cn/blog/accelerating-real-time-financial-decisions-with-quantitative-portfolio-optimization/)

- 

[了解 AI 开发者案例](https://github.com/NVIDIA-AI-Blueprints/quantitative-portfolio-optimization/)

- 

[观看培训实验室点播视频](https://www.nvidia.cn/on-demand/session/gtc26-dlit81764/?playlistId=playList-0bccd7f2-6f64-41e9-a8ff-e129972c3803)

### 使用欺诈检测识别异常行为  

使用[图神经网络](https://blogs.nvidia.com/blog/what-are-graph-neural-networks/) (GNN) 等深度学习技术的 AI 应用，能够降低交易欺诈检测中的误报率、提升合规尽调 (KYC) 环节的身份核验精度，强化反洗钱 (AML) 工作成效，在优化客户使用体验的同时，保障企业资金资产安全。

- 

[了解应用场景](https://www.nvidia.com/en-us/use-cases/ai-for-fraud-detection/)

- 

[了解 NVIDIA AI Blueprint](https://build.nvidia.com/nvidia/financial-fraud-detection)

### 基于非结构化数据实现特征工程加速

金融机构在 Alpha 研究、特征生成以及交易策略搭建流程中，需要处理海量的非结构化数据。将真实金融数据流 (财经新闻、监管申报文件、财报电话会议记录) 与自动化微调、模型评估手段相结合，AI 能够加快信号回测进程，缩短从研究分析到产出可用模型的周期。

- 

[阅读技术博客](https://developer.nvidia.cn/blog/build-efficient-financial-data-workflows-with-ai-model-distillation)

- 

[了解 AI 开发者案例](https://github.com/NVIDIA-AI-Blueprints/ai-model-distillation-for-financial-data/blob/main/notebooks/ai-model-distillation-financial-data.ipynb)

### 探索适用于金融服务的工具和技术

**NVIDIA HPC SDK**

### 面向交易业务优化高性能计算

**适用领域** ：交易业务

NVIDIA HPC SDK 包含经过验证的编译器、库和软件工具，对于更大限度地提高开发者工作效率以及 HPC 应用的性能和可移植性至关重要。

[立即使用 HPC SDK](/hpc-sdk)

**NVIDIA NeMo**

### 构建、定制并部署生成式 AI 模型

**适用领域** ：银行业务、支付业务、交易业务

NVIDIA NeMo™ 是一个智能体优先的开放库套件，具有加速 AI 智能体专业化、优化和治理的技能。

[立即使用 NeMo](https://www.nvidia.cn/ai-data-science/products/nemo/)

**NVIDIA Dynamo**

### 生成式 AI 服务的分布式部署与解耦调度

**适用领域** ：银行业务、支付业务、交易业务

NVIDIA Dynamo 是一款开源低时延推理框架，用于在分布式环境中承载生成式 AI 模型的推理服务。该框架依托优化的资源调度、内存管理与数据传输机制，可在大规模 GPU 集群上横向扩容推理任务负载，同时兼容市面上主流的各类 AI 推理后端。

[立即使用 NVIDIA Dynamo](/triton-inference-server)

**CUDA-X Data Science**

### 加速数据预处理流程

**适用领域** ：银行业务、支付业务、交易业务

CUDA-X™ Data Science 是加速热门数据科学库和平台的开源库集合，是基于 CUDA® 构建的高度优化、领域特定的库 CUDA-X 集合的一部分。

[立即使用 CUDA-X Data Science](/topics/ai/data-science/cuda-x-data-science-libraries)

**GNN**

### 检测异常以预防欺诈

**适用领域** ：支付业务

图形神经网络 (GNN) 框架是易于使用的 Python 软件包，提供了在现有深度学习框架基础上构建 GNN 的基础模组。这些模型可用于各种应用，例如提高交易欺诈检测的准确性。

[立即使用 GNN](/gnn-frameworks#gnn-frameworks)

**NVIDIA FLARE**

### 隐私安全双保障，机器学习模型训练

**适用领域** ：银行业务、支付业务

NVIDIA FLARE™ (Federated Learning Application Runtime Environment) 是一个与领域无关、开源且可扩展的联邦学习 SDK。

[立即使用 FLARE](/flare)

## 按资源类型浏览

GTC 点播会议

博客

[View All](https://www.nvidia.com/en-us/on-demand/playlist/playList-e332507f-4ab8-46d8-8827-756cd25aba13/ &quot;View All&quot;)

### Accelerating End-to-End Data Science Workflows   

Learn how to build and execute end-to-end, GPU-accelerated data science workflows that let you quickly explore, iterate, and move your work into production. In this self-paced lab, you’ll learn how to use RAPIDS accelerated data science libraries to perform data analysis at scale with a wide variety of GPU-accelerated algorithms.

[Enroll Now](https://courses.nvidia.com/courses/course-v1:DLI+S-DS-01+V1/)

### Generative AI Explained  

Explore generative AI, which has recently taken the world by storm. Using neural networks to identify patterns and structures within existing data, it generates new content based on a variety of inputs. In this course, you’ll learn generative AI concepts, applications, and the challenges and opportunities of this exciting field.

[Enroll Now](https://courses.nvidia.com/courses/course-v1:DLI+S-FX-07+V1/)

### Synthetic Data Generation for Training Computer Vision Models  

Streamline synthetic data generation (SDG) using 3D assets into a single application—and modify the appearance and format of the data—with NVIDIA Omniverse Replicator. This lab highlights one of the ways deep learning tools and Omniverse can be used together to streamline deep learning workloads.

[Enroll Now](https://courses.nvidia.com/courses/course-v1:DLI+S-OV-10+V1/)

[View All Courses](https://www.nvidia.com/en-us/training/ &quot;Download Workflows&quot;)

 

![构建您自己的金融智能交易基础模型](https://developer.download.nvidia.com/images/financial-services/Transaction-foundation-model.jpg)

### 构建您自己的金融智能交易基础模型  

了解“搭建专属交易领域基础模型”开发者示例，了解金融机构如何依托 Transformer 架构，基于表格数据完成嵌入向量的构建工作。

[阅读博客](https://developer.nvidia.cn/blog/build-your-own-transaction-foundation-model-for-financial-intelligence/)

![Trader looking at screens with stock market indices and AI agent for research](https://developer.download.nvidia.com/images/financial-services/Multi-agent-systems.jpg)

### 基于多智能体系统实现金融信号挖掘的自动化与优化  

了解 Quantitative Signal Discovery Agent 如何借助代理式 AI 帮助金融机构实现交易信号挖掘的全流程自动化

[阅读博客](https://developer.nvidia.com/blog/automating-and-optimizing-financial-signal-discovery-with-multi-agent-systems/)

![An analyst reviews real-time market data and financial portfolio graphs on monitors](https://developer.download.nvidia.com/images/fsi-visual-1920x1080(1).jpg)

### 量化投资组合优化助力实时财务决策提速  

了解“量化投资组合优化”开发者示例如何帮助金融机构大幅缩短策略验证周期，提升金融业务场景下的决策效率。

[阅读博客  
  
](https://developer.nvidia.cn/blog/accelerating-real-time-financial-decisions-with-quantitative-portfolio-optimization/)

![Efficient Financial Data Workflows with AI Model Distillation](https://developer.download.nvidia.com/images/financial-data-workflows-1920x1080.jpg)

### 使用 AI 模型蒸馏构建高效的金融数据工作流  

了解“适用于金融数据的 AI 模型蒸馏”开发者示例，如何为资本市场领域的研究工作提供特征工程能力支撑，同时大幅提升回测执行效率。

[阅读博客](https://developer.nvidia.com/blog/build-efficient-financial-data-workflows-with-ai-model-distillation)

![](https://developer.download.nvidia.com/images/industry/financial-service-industry.jpg)
_Figure caption_

## 借助企业 AI 加速金融服务

海量数据集。持续的市场波动。客户咨询。智能技术可以解决现代金融服务行业面临的关键挑战。借助适用于生成式 AI、LLM、数据分析等领域的 NVIDIA AI 解决方案，机构可以优化交易、检测交易欺诈并增强客户体验。

[了解适用于金融服务的 AI](https://www.nvidia.cn/industries/finance/)


