Natural Language Processing in Action

ebook In Action

By Hobson Lane

cover image of Natural Language Processing in Action

Sign up to save your library

With an OverDrive account, you can save your favorite libraries for at-a-glance information about availability. Find out more about OverDrive accounts.

   Not today

Find this title in Libby, the library reading app by OverDrive.

Download Libby on the App Store Download Libby on Google Play

Search for a digital library with this title

Title found at these libraries:

Loading...
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.

    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...
  • Natural Language Processing in Action