null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Natural Language Processing in Action, Second Edition

List Price: $79.99
SKU:
9781617299445
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Hobson Lane, Maria Dyshel
    Format:
    Paperback
    Pages:
    688
    Publisher:
    Manning (February 25, 2025)
    Language:
    English
    ISBN-13:
    9781617299445
    ISBN-10:
    1617299448
    Weight:
    36.53oz
    Dimensions:
    7.375" x 9.25" x 1.5"
    File:
    Eloquence-SimonSchuster_05022026_P10038138_onix30_Complete-20260502.xml
    Folder:
    Eloquence
    List Price:
    $79.99
    As low as:
    $71.99
    Publisher Identifier:
    P-SS
    Discount Code:
    G
    Series:
    In Action
    Pub Discount:
    37
    Imprint:
    Manning
    Case Pack:
    5
  • Overview

    Develop your NLP skills from scratch, with an open source toolbox of Python packages, Transformers, Hugging Face, vector databases, and your own Large Language Models.

    Natural Language Processing in Action, Second Edition has helped thousands of data scientists build machines that understand human language. In this new and revised edition, you’ll discover state-of-the art Natural Language Processing (NLP) models like BERT and HuggingFace transformers, popular open-source frameworks for chatbots, and more. You’ll create NLP tools that can detect fake news, filter spam, deliver exceptional search results and even build truthfulness and reasoning into Large Language Models (LLMs).

    In Natural Language Processing in Action, Second Edition you will learn how to:

    • Process, analyze, understand, and generate natural language text
    • Build production-quality NLP pipelines with spaCy
    • Build neural networks for NLP using Pytorch
    • BERT and GPT transformers for English composition, writing code, and even organizing your thoughts
    • Create chatbots and other conversational AI agents

    In this new and revised edition, you’ll discover state-of-the art NLP models like BERT and HuggingFace transformers, popular open-source frameworks for chatbots, and more. Plus, you’ll discover vital skills and techniques for optimizing LLMs including conversational design, and automating the “trial and error” of LLM interactions for effective and accurate results.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the technology

    From nearly human chatbots to ultra-personalized business reports to AI-generated email, news stories, and novels, natural language processing (NLP) has never been more powerful! Groundbreaking advances in deep learning have made high-quality open source models and powerful NLP tools like spaCy and PyTorch widely available and ready for production applications. This book is your entrance ticket—and backstage pass—into the next generation of natural language processing.

    About the book

    Natural Language Processing in Action, Second Edition introduces the foundational technologies and state-of-the-art tools you’ll need to write and publish NLP applications. You learn how to create custom models for search, translation, writing assistants, and more, without relying on big commercial foundation models. This fully updated second edition includes coverage of BERT, Hugging Face transformers, fine-tuning large language models, and more.

    What's inside

    • NLP pipelines with spaCy
    • Neural networks with PyTorch
    • BERT and GPT transformers
    • Conversational design for chatbots

    About the reader

    For intermediate Python programmers familiar with deep learning basics.

    About the author

    Hobson Lane is a data scientist and machine learning engineer with over twenty years of experience building autonomous systems and NLP pipelines. Maria Dyshel is a social entrepreneur and artificial intelligence expert, and the CEO and cofounder of Tangible AI.

    Cole Howard and Hannes Max Hapke were co-authors of the first edition.

    Table fo Contents

    Part 1
    1 Machines that read and write: A natural language processing overview
    2 Tokens of thought: Natural language words
    3 Math with words: Term frequency–inverse document frequency vectors
    4 Finding meaning in word counts: Semantic analysis
    Part 2
    5 Word brain: Neural networks
    6 Reasoning with word embeddings
    7 Finding kernels of knowledge in text with CNNs
    8 Reduce, reuse, and recycle your words: RNNs and LSTMs
    Part 3
    9 Stackable deep learning: Transformers
    10 Large language models in the real world
    11 Information extraction and knowledge graphs
    12 Getting chatty with dialog engines
    A Your NLP tools
    B Playful Python and regular expressions
    C Vectors and linear algebra
    D Machine learning tools and techniques
    E Deploying NLU containerized microservices
    F Glossary