kubernetes-handbook/usecases/ai.md

11 lines
693 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 人工智能
Kubernetes 在人工智能领域的应用。
## KubeFlow
[Kubeflow](https://github.com/kubeflow/kubeflow)项目致力于使机器学习ML工作流在Kubernetes上的部署简单可移植且可扩展。KubeFlow的目标不是重新创建其他服务而是提供一种直接的方式来将ML的同类最佳的开源系统部署到各种基础结构中。在运行Kubernetes的任何地方都应该能够运行Kubeflow。官网<https://kubeflow.org/>
## ElasticDL
[ElasticDL](https://github.com/sql-machine-learning/elasticdl) 是一个基于 TensorFlow2.0 的 Kubenretes 原生深度学习框架,官网:[https://elasticdl.org](https://elasticdl.org/)。