匠人学院 JR Academy学AI来匠人
匠人学院 JR Academy学AI来匠人

Follow Us

linkedinfacebooktwitterinstagramweiboyoutubebilibilitiktokxigua

We Accept

/image/layout/pay-paypal.png/image/layout/pay-visa.png/image/layout/pay-master-card.png/image/layout/pay-airwallex.png/image/layout/pay-alipay.png
EN

关于公司

关于我们元宇宙课堂新闻资讯匠人工作成为导师匠人导师联系我们匠人商店J3.Club

匠人资源

工作内推匠人活动1对1私教行业白皮书线上学习平台面试中心分享面试经验Internship会员中心

AI 工具

AI 工具箱考证匠 Cert Master求职匠 Job Hunter牛小匠 UniMate AI

AI 学习方向

全部学习方向AI EngineerContext EngineeringVibe CodingPrompt MasterAI BuilderAI 产品经理Python 入门

AI 应用提效

AI 办公提效AI 数据分析AI 财务AI 内容创作AI 视觉创作前端开发Hermes AgentOpenClaw 本地智能体

大学资源

墨尔本大学昆士兰大学新南威尔士大学悉尼大学莫那什大学阿德莱德大学RMITQUTUTS

少儿 AI 教育

Airbotix 少儿 AI 编程澳洲家长实用资料库NAPLAN 成绩单怎么看My School 学校数据指南悉尼私校学费 2026少儿编程课程与训练营

移民服务

澳洲移民技术移民189/190/491雇主担保482/186/494投资移民188/888英国移民美国移民加拿大移民

企业合作

P3职业孵化器Enterprise (EN)企业培训实习合作招聘合作申请合作

求职代理

岗位代投职位监控LinkedIn代运营LinkedIn人脉代加了解P3项目

匠人支持

FAQsTerms & ConditionsPrivacy PolicyCancellation & Refund PolicySite map

Top Categories

Web全栈班DevOps项目班数据工程全栈班数据分析项目班编程入门班Business Analyst实习算法集训营

求职就业

BA和产品经理实习数据科学实习数据分析实习Marketing实习简历修改面试指导导师指导VIP

地址

Level 10b, 144 Edward Street, Brisbane CBD(Headquarter)
Level 2, 171 La Trobe St, Melbourne VIC 3000
四川省成都市武侯区桂溪街道天府大道中段500号D5东方希望天祥广场B座45A13号
Business Hub, 155 Waymouth St, Adelaide SA 5000

联系方式

hello@jiangren.com.au0421-672-555

Disclaimer

footer-disclaimerfooter-disclaimer

JR Academy acknowledges Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present. Aboriginal and Torres Strait Islander peoples should be aware that this website may contain images or names of people who have since passed away.

匠人学院网站上的所有内容,包括课程材料、徽标和匠人学院网站上提供的信息,均受澳大利亚政府知识产权法的保护。严禁未经授权使用、销售、分发、复制或修改。违规行为可能会导致法律诉讼。通过访问我们的网站,您同意尊重我们的知识产权。JR Academy Pty Ltd 保留所有权利,包括专利、商标和版权。任何侵权行为都将受到法律追究。查看用户协议

© 2017-2026 JR Academy Pty Ltd. All rights reserved.

ABN 26621887572

首页/匠人TV
LLM From Scratch:60分钟拆解大模型原理与Transformer|匠人学院
匠人 TV

LLM From Scratch:60分钟拆解大模型原理与Transformer|匠人学院

发布2026/06/12
关注我们
YouTubeBilibili

视频简介

《LLM From Scratch:60分钟用代码拆解大模型的每一层》是一场面向技术学习者、工程师和 AI 深度学习爱好者的线上公开课。本次活动不是传统意义上的 AI 科普课,也不是教大家如何写 Prompt、如何使用 RAG 或搭建 AI Agent 的应用课,而是一次真正深入大模型底层结构的技术拆解。课程将从一个核心问题出发:我们每天都在使用 ChatGPT、Claude、Gemini 等大语言模型,但它们到底是如何判断“下一个字该写什么”的?如果你不满足于“大模型只是概率模型”这样的简单解释,而是希望看懂它背后的训练逻辑、计算过程和模型结构,那么这场课非常适合你。 在 60 分钟的直播中,讲师将带大家拆解大模型从原始数据到可对话模型的训练阶段,理解 LLM 并不是像人一样“读书”,而是通过大量数据学习语言模式、预测关系和上下文结构。课程重点会讲解 Transformer 这一大模型的核心架构,并进一步解释 Attention 机制到底在计算什么、为什么它能够成为现代 LLM 的关键能力来源。同时,本次活动还包含纯代码 Demo:不是使用 Cursor、Copilot 或现成工具生成代码,而是真正从零开始演示一个 LLM 的实现思路,帮助学习者建立对模型内部运转方式的直观理解。 本场活动适合具备 Python 基础、了解梯度下降和神经网络等基础深度学习概念的人群,也适合已经在使用 LLM API、ChatGPT 或 Claude,但希望进一步读懂源码、论文、模型微调和底层实现的工程师。讲师 Julie 拥有 Cisco 10 年以上 Global Support 一线技术经验,具备 CCIE 安全与网络双认证,并曾多次在 Cisco 内部 AI 技术大赛中获得 Site 第一名,项目方向涵盖 RAG、AI Agent 和 LLM 对抗攻击研究。通过这场课,学习者不会被承诺“听完就做出 ChatGPT”,但可以获得一个扎实的起点:理解 forward pass、Transformer 层级结构、Attention 的意义,以及未来继续学习模型微调、源码阅读和 AI 工程实践所需的底层认知。 “LLM From Scratch: Decode Every Layer of a Large Language Model in 60 Minutes” is an online technical session designed for engineers, AI learners, and developers who want to move beyond surface-level usage of large language models. This is not a general AI introduction, nor is it a workshop about prompt engineering, RAG application design, or AI Agent product implementation. Instead, this session focuses on the deeper question behind modern AI systems: when we use ChatGPT, Claude, Gemini, or other LLMs, how does the model actually “know” what word or token should come next? The workshop is built for learners who are not satisfied with simple explanations such as “an LLM is just a probability model.” In this 60-minute session, participants will explore what happens between raw training data and a model that can generate human-like responses. The class will explain how large language models process data, learn language patterns, and perform prediction through computation rather than “reading” or “understanding” in the human sense. A major focus of the session is Transformer, the core architecture behind modern LLMs. The instructor will break down why Transformer matters, how Attention works, and what these mechanisms are actually calculating inside the model. One of the key highlights of this event is the live coding demo. Instead of relying on tools like Cursor, Copilot, or prebuilt frameworks to hide complexity, the session will demonstrate the idea of building an LLM from scratch through code. This gives learners a more concrete view of what happens under the hood and helps them connect abstract concepts such as forward pass, token prediction, and model layers with real implementation logic. This event is best suited for people with Python experience and a basic understanding of deep learning concepts such as gradient descent and neural networks. It is also ideal for software engineers, AI engineers, and technically curious learners who already use LLMs or LLM APIs but want to understand the internal mechanics behind them. The instructor, Julie, brings more than 10 years of Global Support experience at Cisco, holds dual CCIE certifications in Security and Networking, and has won multiple Cisco internal AI competition Site First Place awards in areas including RAG, AI Agent, and LLM adversarial research. By the end of the session, participants will not be promised that they can build the next ChatGPT immediately, but they will gain a solid conceptual starting point for reading LLM papers, understanding model fine-tuning, exploring source code, and developing deeper AI engineering capabilities.

常见问题

这个视频主要讲什么内容?
《LLM From Scratch:60分钟用代码拆解大模型的每一层》是一场面向技术学习者、工程师和 AI 深度学习爱好者的线上公开课。本次活动不是传统意义上的 AI 科普课,也不是教大家如何写 Prompt、如何使用 RAG 或搭建 AI Agent 的应用课,而是一次真正深入大模型底层结构的技术拆解。课程将从一个核心问题出发:我们每天都在使用 ChatGPT、Claude、Gemini 等大语...
在哪里可以观看这个视频?
可以在匠人学院官网观看;本页还提供 YouTube 和 Bilibili 播放入口。
近期开课hot

AI Engineer训练营 07期

start2026/09/27 00:00 (Sydney)

AI Engineer 全栈项目班31期

start2026/11/01 00:00 (Sydney)

DevOps项目实战小班课

start2026/11/29 00:00 (Sydney)

更多课程