diff --git a/translations/README.cn.md b/translations/README.cn.md new file mode 100644 index 00000000..96c6838d --- /dev/null +++ b/translations/README.cn.md @@ -0,0 +1,195 @@ +[![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)| +|:---:| +| 人工智能初学者 - 素描笔记 by [@girlie_mac](https://twitter.com/girlie_mac)_ | + +探索微软12周24课程,领略**人工智能**(AI)的无穷乐趣!深入探索符号AI、神经网络、计算机视觉、自然语言处理等热门话题。生动有趣的实践课程、测验和实验室练习,将全方位提升您的学习体验。无论您是初学者还是进阶人士,这套由专家精心设计的完整教程都将带您了解TensorFlow、PyTorch,以及道德AI原则。从今天开始,踏上人工智能之旅! + +在这个课程中,你会学到: + +* 人工智能的不同方法,包括古老而优秀的涉及**知识表示**和推理(GOFAI)的符号方法。 +* 现代人工智能核心技术**神经网络**和**深度学习**。我们将通过两种流行框架TensorFlow和PyTorch的代码实例,阐释这些重要主题背后的概念。 +* 用于处理图像和文本的**神经网络架构**。我们将介绍一些新型模型,但可能略少涉及最前沿技术。 +* 些不太流行的人工智能方法,如**遗传算法**和**多智能体系统**。 + +我们不会包括的内容: +* 利用**人工智能做生意**的商业案例。可以考虑在Microsoft Learn上学习[面向商业用户的人工智能入门课程](https://docs.microsoft.com/learn/paths/introduction-ai-for-business-users/?WT.mc_id=academic-77998-cacaste),或是与[INSEAD](https://www.insead.edu/)合作开发的[AI商学院课程](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服务生成式AI](https://learn.microsoft.com/en-us/training/paths/develop-ai-solutions-azure-openai/?WT.mc_id=academic-77998-bethanycheum)**等模块开始学习。 +* 特定的**云机器学习框架**,如[Azure机器学习](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机器学习[构建和运营机器学习解决方案](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合著的[《深度学习》](https://www.amazon.com/Deep-Learning-Adaptive-Computation-Machine/dp/0262035618)一书,该书在https://www.deeplearningbook.org/也有在线版本。 + +如果想温和地介绍一下云中的人工智能主题,不妨考虑学习[Azure上的人工智能入门](https://docs.microsoft.com/learn/paths/get-started-with-artificial-intelligence-on-azure/?WT.mc_id=academic-77998-cacaste)课程 + +## 公告 - 全新生成式AI课程正式发布! + +我们刚发布了一套12课时的生成式AI课程。快来学习: + +- 提示工程和提示设计 +- 文本和图像应用生成 +- 搜索应用 + +像往常一样,每课都包括课程内容、作业练习、知识检查和挑战题。 + +快来体验: + +> https://aka.ms/genai-beginners + +# 内容 + +