装帧:平装 ISBN:9781633437166 豆瓣评分 评价人数不足 评价: 写笔记 写书评 加入购书单 分享到 推荐 内容简介· ··· Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up! In Build a Large Language Model (from Scratch), you’ll discover how ...
这本书《Build a Large Language Model (From Scratch)》由Sebastian Raschka撰写,书中强调了动手实践,主要使用PyTorch,不依赖现有的库,并通过大量图表和插图帮助读者理解LLMs的工作原理、局限性和定制方法。…
著名机器学习和AI研究员、畅销书《Python 机器学习》的作者Sebastian Raschka近日发布了新书《Build a Large Language Model (From Scratch)》,为广大读者揭示了从零开始构建大型语言模型的全过程。这本书不仅包含了如何创建、训练和调整LLM的详细步骤,还开源了对应的代码库,提供了实践操作的宝贵资源。 内容简介 《Build...
this is not the case for the pretraining stage of LLMs. In this phase, LLMs leverage self-supervised learning, where the model generates its own
电子书推荐:《Build a Large Language Model (From Scratch)》 目录: 第一章:设置 - Python 设置技巧 - 安装本书中使用的 Python 软件包和库 - Docker 环境设置指南第二章: - 比较各种字节对编码(BPE)实...
书的地址:welcome · Build a Large Language Model (From Scratch) 这次想和大家说的其实是这本书开源的配套代码,类似的关于机器学习的书我以前也写过,以我的经验来看,这种书的精华都在配套的代码里面,尤其是开源的notebook: GitHub:GitHub - rasbt/LLMs-from-scratch: Implementing a ChatGPT-like LLM from ...
Build a Large Language Model (From Scratch) 下载积分: 7000 内容提示: M A N N I N GSebastian RaschkaFROMSCRATCHBUILD A 文档格式:PDF | 页数:370 | 浏览次数:826 | 上传日期:2024-09-11 22:00:41 | 文档星级: M A N N I N GSebastian RaschkaFROMSCRATCHBUILD A ...
惊爆!这本还未正式出版的《Build a Large Language Model (From Scratch)》书籍,竟已在全网爆火! 00:55 【保姆级教程】带你彻底啃透AI顶会论文! bilibili课堂 几乎是震撼读完的一本书!MIT《因果推断》 AI码农CC 8.0万 42 OpenCV宝典:从入门到精通的三本书籍,让你成为图像处理大师! AI码农CC 1438 9 ...
《Build a Large Language Model (From Scratch)》的开源版本,从零开始逐步实现一个类似 ChatGPT 的 LLM 的 PyTorch 代码。 开源链接:网页链接 特别声明:以上内容(如有图片或视频亦包括在内)为自媒体平台“网易号”用户上传并发布,本平台仅提供信息存储服务。 Notice: The content above (including the pictures an...
Build a Large Language Model (From Scratch) is a practical and eminently-satisfying hands-on journey into the foundations of generative AI. Without relying on any existing LLM libraries, you'll code a base model, evolve it into a text classifier, and ultimately create a chatbot that can follo...