From 2e19e5f95c86f17773926743e4dd8acf0a865012 Mon Sep 17 00:00:00 2001 From: tangyc1234 <98032614+tangyc1234@users.noreply.github.com> Date: Fri, 15 Mar 2024 16:20:52 +0800 Subject: [PATCH] Add files via upload --- translations/README.zho.md | 194 +++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 translations/README.zho.md diff --git a/translations/README.zho.md b/translations/README.zho.md new file mode 100644 index 00000000..14c98c23 --- /dev/null +++ b/translations/README.zho.md @@ -0,0 +1,194 @@ +[![GitHub license](https://img.shields.io/github/license/microsoft/AI-For-Beginners.svg)](https://github.com/microsoft/AI-For-Beginners/blob/main/LICENSE) +[![GitHub contributors](https://img.shields.io/github/contributors/microsoft/AI-For-Beginners.svg)](https://GitHub.com/microsoft/AI-For-Beginners/graphs/contributors/) +[![GitHub issues](https://img.shields.io/github/issues/microsoft/AI-For-Beginners.svg)](https://GitHub.com/microsoft/AI-For-Beginners/issues/) +[![GitHub pull-requests](https://img.shields.io/github/issues-pr/microsoft/AI-For-Beginners.svg)](https://GitHub.com/microsoft/AI-For-Beginners/pulls/) +[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) + +[![GitHub watchers](https://img.shields.io/github/watchers/microsoft/AI-For-Beginners.svg?style=social&label=Watch)](https://GitHub.com/microsoft/AI-For-Beginners/watchers/) +[![GitHub forks](https://img.shields.io/github/forks/microsoft/AI-For-Beginners.svg?style=social&label=Fork)](https://GitHub.com/microsoft/AI-For-Beginners/network/) +[![GitHub stars](https://img.shields.io/github/stars/microsoft/AI-For-Beginners.svg?style=social&label=Star)](https://GitHub.com/microsoft/AI-For-Beginners/stargazers/) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/microsoft/ai-for-beginners/HEAD) +[![Gitter](https://badges.gitter.im/Microsoft/ai-for-beginners.svg)](https://gitter.im/Microsoft/ai-for-beginners?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) + +# 人工智能入门--一门课程 + +|![ Sketchnote by [(@girlie_mac)](https://twitter.com/girlie_mac) ](./lessons/sketchnotes/ai-overview.png)| +|:---:| +| AI For Beginners - _Sketchnote by [@girlie_mac](https://twitter.com/girlie_mac)_ | + +通过微软 12 周 24 课时的课程,探索**人工智能**(AI)的世界!深入学习符号 AI、神经网络、计算机视觉、自然语言处理等内容。实践课程、小测验和实验室可增强您的学习效果。这本由专家设计的综合指南非常适合初学者,涵盖了 TensorFlow、PyTorch 和人工智能伦理原则。今天就开始您的人工智能之旅吧 + +在本课程中,您将学习到: + +* 人工智能的不同方法,包括**知识表示**和推理的 "古老 "符号方法([GOFAI](https://en.wikipedia.org/wiki/Symbolic_artificial_intelligence))。 +* 神经网络**和深度学习**,它们是现代人工智能的核心。我们将使用两个最流行的框架--[TensorFlow](http://Tensorflow.org) 和 [PyTorch](http://pytorch.org)--中的代码来说明这些重要主题背后的概念。 +* 用于处理图像和文本的**神经架构**。我们将介绍最新的模型,但可能会对最先进的模型有所欠缺。 +* 不太流行的人工智能方法,如**遗传算法**和**多代理系统**。 + +本课程不包括的内容: + +* 在企业中使用**人工智能的商业案例**。考虑参加 Microsoft Learn 上的 [Introduction to AI for business users](https://docs.microsoft.com/learn/paths/introduction-ai-for-business-users/?WT.mc_id=academic-77998-cacaste)学习路径,或与 [INSEAD](https://www.insead.edu/) 合作开发的 [AI Business School](https://www.microsoft.com/ai/ai-business-school/?WT.mc_id=academic-77998-cacaste)。 + **经典机器学习**,我们的[机器学习入门课程](http://github.com/Microsoft/ML-for-Beginners)对此有详细介绍。 +* 使用 **[认知服务](https://azure.microsoft.com/services/cognitive-services/?WT.mc_id=academic-77998-cacaste)**构建的实用人工智能应用。为此,我们建议您从 Microsoft Learn 的 [视觉](https://docs.microsoft.com/learn/paths/create-computer-vision-solutions-azure-cognitive-services/?WT.mc_id=academic-77998-cacaste)、[自然语言处理](https://docs.microsoft.com/learn/paths/explore-natural-language-processing/?WT.mc_id=academic-77998-cacaste)、**[使用 Azure OpenAI 服务的生成式人工智能](https://learn.microsoft.com/en-us/training/paths/develop-ai-solutions-azure-openai/?WT.mc_id=academic-77998-bethanycheum)** 等模块开始学习。 +* 特定的 ML **云框架**,如[Azure Machine Learning](https://azure.microsoft.com/services/machine-learning/?WT.mc_id=academic-77998-cacaste)、[Microsoft Fabric](https://learn.microsoft.com/en-us/training/paths/get-started-fabric/?WT.mc_id=academic-77998-bethanycheum)或[Azure Databricks](https://docs.microsoft.com/learn/paths/data-engineer-azure-databricks?WT.mc_id=academic-77998-cacaste)。考虑使用 [使用 Azure Machine Learning 构建和运行机器学习解决方案](https://docs.microsoft.com/learn/paths/build-ai-solutions-with-azure-ml-service/?WT.mc_id=academic-77998-cacaste) 和 [Azure Databricks 构建和运行机器学习解决方案](https://docs.microsoft.com/learn/paths/build-operate-machine-learning-solutions-azure-databricks/?WT.mc_id=academic-77998-cacaste) 学习路径。 + **对话式人工智能**和**聊天机器人**。有一个单独的[创建对话式人工智能解决方案](https://docs.microsoft.com/learn/paths/create-conversational-ai-solutions/?WT.mc_id=academic-77998-cacaste)学习路径,你也可以参考[本博文](https://soshnikov.com/azure/hello-bot-conversational-ai-on-microsoft-platform/)了解更多详情。 +* 深度学习背后的**深奥数学**。关于这一点,我们推荐 Ian Goodfellow、Yoshua Bengio 和 Aaron Courville 所著的《深度学习》[Deep Learning](https://www.amazon.com/Deep-Learning-Adaptive-Computation-Machine/dp/0262035618),该书也可在线阅读[https://www.deeplearningbook.org/](https://www.deeplearningbook.org/)。 + +如果想了解云中*人工智能*主题的简要介绍,您可以考虑参加[在Azure上开始学习人工智能](https://docs.microsoft.com/learn/paths/get-started-with-artificial-intelligence-on-azure/?WT.mc_id=academic-77998-cacaste) 学习路径。 + + +## 公告--关于生成式人工智能的新课程刚刚发布! + +我们刚刚发布了 12 课时的生成式人工智能课程。快来学习 + +- 提示和提示工程 +- 文本和图像应用程序生成 +- 搜索应用程序 + +和往常一样,这里有课程、需要完成的作业、知识检查和挑战。 + +快来看看吧 + +> https://aka.ms/genai-beginners + +--- +# 内容 + +