<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>教程 on Text Matrix</title><link>https://txtmix.com/tags/%E6%95%99%E7%A8%8B/</link><description>Recent content in 教程 on Text Matrix</description><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sat, 23 May 2026 08:20:36 +0800</lastBuildDate><atom:link href="https://txtmix.com/tags/%E6%95%99%E7%A8%8B/index.xml" rel="self" type="application/rss+xml"/><item><title>AI Engineering From Scratch：从零构建AI工程能力</title><link>https://txtmix.com/posts/tech/ai-engineering-from-scratch-complete-guide/</link><pubDate>Wed, 20 May 2026 20:00:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-engineering-from-scratch-complete-guide/</guid><description>&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>&lt;a href="https://github.com/rohitg00/ai-engineering-from-scratch" target="_blank" rel="noopener noreffer ">AI Engineering From Scratch&lt;/a>是一个从零开始学习AI工程的免费教程，由Rohit Gupta创建并维护。与其他教程不同，它不是简单罗列概念，而是&lt;strong>真正带着你动手构建&lt;/strong>：从LLM基础到RAG实现，从提示工程到Agent开发，从模型微调到生产部署。&lt;/p></description></item><item><title>AI Agents for Beginners：微软出品12课带你入门AI Agent开发</title><link>https://txtmix.com/posts/tech/ai-agents-for-beginners-microsoft-guide/</link><pubDate>Mon, 18 May 2026 19:56:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/ai-agents-for-beginners-microsoft-guide/</guid><description>&lt;h1 id="ai-agents-for-beginners微软出品12课带你入门ai-agent开发">AI Agents for Beginners：微软出品12课带你入门AI Agent开发&lt;/h1>
&lt;p>当大模型的 API 调用已经变得稀松平常，下一个战场悄然转向了 &lt;strong>AI Agent（AI 智能体）&lt;/strong>——让模型自主规划、调用工具、执行多步任务。但 Agent 开发涉及的概念众多：ReAct 循环、工具调用（Tool Use）、规划（Planning）、记忆（Memory）、多 Agent 协作……新手很容易被这些名词淹没。微软推出的开源课程 &lt;strong>AI Agents for Beginners&lt;/strong> 正是为此而生——用 12 节系统课程，把 Agent 开发的核心知识逐一拆解，配合可运行的代码示例，让入门者真正动手落地。&lt;/p></description></item><item><title>AI Agents for Beginners - 微软官方12课入门教程</title><link>https://txtmix.com/posts/tech/microsoft-ai-agents-for-beginners-course/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://txtmix.com/posts/tech/microsoft-ai-agents-for-beginners-course/</guid><description>&lt;h1 id="ai-agents-for-beginners微软官方12课带你入门ai-agent开发">AI Agents for Beginners：微软官方12课带你入门AI Agent开发&lt;/h1>
&lt;p>&lt;strong>Stars: 63,153&lt;/strong> | &lt;strong>今日: +21,138&lt;/strong> | &lt;strong>Jupyter Notebook&lt;/strong>&lt;/p>
&lt;p>GitHub: &lt;a href="https://github.com/microsoft/ai-agents-for-beginners" target="_blank" rel="noopener noreffer ">microsoft/ai-agents-for-beginners&lt;/a>&lt;/p>
&lt;h2 id="一句话评价">一句话评价&lt;/h2>
&lt;p>微软出品、零基础友好的 AI Agent 开发课程，12 节课程覆盖从基础概念到生产部署的完整路径，配套代码示例支持 Azure AI Foundry、OpenAI 兼容接口（含 MiniMax 204K 上下文模型），提供 50+ 种语言翻译。&lt;/p></description></item><item><title>Datawhale 大模型基础：从理论到实战的完整 LLM 知识体系</title><link>https://txtmix.com/posts/tech/datawhalechina-so-large-lm-guide/</link><pubDate>Thu, 23 Apr 2026 19:39:08 +0800</pubDate><guid>https://txtmix.com/posts/tech/datawhalechina-so-large-lm-guide/</guid><description>&lt;h1 id="datawhale-大模型基础从理论到实战的完整-llm-知识体系">Datawhale 大模型基础：从理论到实战的完整 LLM 知识体系&lt;/h1>
&lt;h2 id="项目概览">项目概览&lt;/h2>
&lt;p>&lt;a href="https://github.com/datawhalechina" target="_blank" rel="noopener noreffer ">Datawhale&lt;/a> 出品的 &lt;strong>so-large-lm&lt;/strong>（大模型基础）是一个开源、系统、深入的大规模预训练语言模型（LLM）教程项目。截至 2026 年 4 月，该项目已获得 &lt;strong>7,167 Stars&lt;/strong> 和 &lt;strong>593 Forks&lt;/strong>，成为中文社区最具影响力的 LLM 学习资源之一。&lt;/p></description></item><item><title>Claude Cookbooks：Anthropic官方Claude应用食谱库</title><link>https://txtmix.com/posts/tech/claude-cookbooks-anthropic-official-recipes-guide/</link><pubDate>Tue, 14 Apr 2026 11:30:00 +0800</pubDate><guid>https://txtmix.com/posts/tech/claude-cookbooks-anthropic-official-recipes-guide/</guid><description>&lt;h1 id="claude-cookbooksanthropic官方claude应用食谱库">Claude Cookbooks：Anthropic官方Claude应用食谱库&lt;/h1>
&lt;h2 id="1-学习目标">§1 学习目标&lt;/h2>
&lt;p>通过本文，您将掌握：&lt;/p>
&lt;ol>
&lt;li>&lt;strong>理解Claude Cookbooks的定位和价值&lt;/strong> —— 官方维护的实战食谱库&lt;/li>
&lt;li>&lt;strong>快速定位所需的代码示例&lt;/strong> —— 分类、RAG、工具调用、多模态等12大领域&lt;/li>
&lt;li>&lt;strong>将示例代码集成到自己的项目&lt;/strong> —— Python为主，概念可迁移到任意语言&lt;/li>
&lt;li>&lt;strong>了解Claude API的最佳实践&lt;/strong> —— Anthropic官方推荐的设计模式&lt;/li>
&lt;/ol>
&lt;h2 id="2-原理分析">§2 原理分析&lt;/h2>
&lt;h3 id="什么是claude-cookbooks">什么是Claude Cookbooks&lt;/h3>
&lt;p>Claude Cookbooks是Anthropic官方维护的Claude应用实战代码库，收录了开发者贡献的各类应用场景代码片段。与官方文档不同，Cookbooks更注重实战，包含可直接复制使用的完整代码示例。&lt;/p></description></item></channel></rss>