# Hands-On Large Language Models：Language Understanding and Generation

> 金屋电子书图书详情的 Markdown 版本。

- 规范页面：https://pdfs.top/book/c6dn3
- Markdown 版本：https://pdfs.top/book/c6dn3.md
- 作者：Jay Alammar
- ISBN：9781098150969
- 出版社：O'Reilly
- 出版日期：2024-10-15
- 语言：English
- 分类：计算机、人工智能(AI)
- 评分：0
- 可用格式：EPUB+PDF（38.81 MB，425 页）
- 更新时间：2026-08-04 12:23:20

## 下载方式

本站不在 Markdown 页面直接提供文件地址。请前往规范页面，点击对应格式的下载按钮完成下载。

### EPUB+PDF

- 文件格式：EPUB+PDF
- 文件大小：38.81 MB
- 页数：425 页
- 下载说明：请打开规范页面 https://pdfs.top/book/c6dn3，点击 EPUB+PDF 的下载按钮完成下载。


## 内容简介

AI has acquired startling new language capabilities in just the past few years. Driven by the rapid advances in deep learning, language AI systems are able to write and understand text better than ever before. This trend enables the rise of new features, products, and entire industries. With this book, Python developers will learn the practical tools and concepts they need to use these capabilities today.

You'll learn how to use the power of pre-trained large language models for use cases like copywriting and summarization; create semantic search systems that go beyond keyword matching; build systems that classify and cluster text to enable scalable understanding of large amounts of text documents; and use existing libraries and pre-trained models for text classification, search, and clusterings.

This book also shows you how to:

- Build advanced LLM pipelines to cluster text documents and explore the topics they belong to

- Build semantic search engines that go beyond keyword search with methods like dense retrieval and rerankers

- Learn various use cases where these models can provide value

- Understand the architecture of underlying Transformer models like BERT and GPT

- Get a deeper understanding of how LLMs are trained

- Understanding how different methods of fine-tuning optimize LLMs for specific applications (generative model fine-tuning, contrastive fine-tuning, in-context learning, etc.)

- Optimize LLMs for specific applications with methods such as generative model fine-tuning, contrastive fine-tuning, and in-context learning
