Natural Language Processing in Action (2ND)

個数:

Natural Language Processing in Action (2ND)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。

    ●3Dセキュア導入とクレジットカードによるお支払いについて
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 550 p.
  • 言語 ENG
  • 商品コード 9781617299445
  • DDC分類 006.35

Full Description

Develop your NLP skills from scratch! This revised bestseller now includes coverage of the latest Python packages, Transformers, the HuggingFace packages, and chatbot frameworks.

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


Natural Language Processing in Action 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 NLP models like BERT and HuggingFace transformers, popular open-source frameworks for chatbots, and more. As you go, you'll create projects that can detect fake news, filter spam, and even answer your questions, all built with Python and its ecosystem of data tools. about the technology Deep learning has been a giant leap forward for NLP applications. Developers can now build chatbots and other natural language tools that can imitate real people, diagnose illness, automatically summarize documents, and more. Accessible open source tools such as spaCy and PyTorch make production-level NLP easier and more impactful than ever before. about the book Natural Language Processing in Action, Second Edition is your guide to building software that can read and interpret human language. This new edition is updated to include the latest Python packages and comes with full coverage of cutting-edge models like BERT, GPT-J and HuggingFace transformers.

In it, you'll learn to create fun and useful NLP applications such as semantic search engines that are even better than Google, chatbots that can help you write a book, and a multilingual translation program. Soon, you'll be ready to start tackling real-world problems with NLP. AUTHOR BIO  Hobson Lane is a data scientist and machine learning engineer. He has over twenty years experience building autonomous systems and NLP pipelines for both large corporations and start-ups. Currently, Hobson is an instructor at UCSD Extension and Springboard, and the CTO and cofounder of Tangible AI and ProAI.org.  Maria Dyshel is a social entrepreneur and artificial intelligence expert. She held a variety of AI research, engineering, and management roles in diverse industries, from designing and improving algorithms for autonomous vehicles, to implementing company-wide Conversational AI program in one of the world's largest pharma companies. Maria is currently the CEO and cofounder of Tangible AI.  Cole Howard and Hannes Max Hapke were authors of the first edition of Natural Language Processing in Action and their legacy lives on in the collective intelligence of the community around the book.

Contents

table of contents PART 1: WORDY MACHINES (VECTOR MODELS OF NATURAL LANGUAGE) READ IN LIVEBOOK 1MACHINES THAT READ AND WRITE (NLP OVERVIEW) READ IN LIVEBOOK 2TOKENS OF THOUGHT (NATURAL LANGUAGE WORDS) READ IN LIVEBOOK 3MATH WITH WORDS (TF-IDF VECTORS) READ IN LIVEBOOK 4FINDING MEANING IN WORD COUNTS (SEMANTIC ANALYSIS) PART 2: DEEPER LEARNING (NEURAL NETWORKS) 5 BABY STEPS WITH NEURAL NETWORKS (PERCEPTRONS AND BACKPROPAGATION) 6 REASONING WITH WORD VECTORS (WORD2VEC) 7 GETTING WORDS IN ORDER WITH CONVOLUTIONAL NEURAL NETWORKS (CNNS) 8 LOOPY (RECURRENT) NEURAL NETWORKS (RNNS) 9 IMPROVING RETENTION WITH LONG SHORT-TERM MEMORY NETWORKS (LSTMS) 10 SEQUENCE TO SEQUENCE MODELS AND ATTENTION (GENERATIVE MODELS) PART 3: GETTING REAL (REAL WORLD NLP CHALLENGES) 11 INFORMATION EXTRACTION (NAMED ENTITY EXTRACTION AND QUESTION ANSWERING) 12 GETTING CHATTY (DIALOG ENGINES) 13 SCALING UP (OPTIMIZATION, PARALLELIZATION AND BATCH POCESSING) APPENDICES APPENDIX A: YOUR NLP TOOLS APPENDIX B: PLAYFUL PYTHON AND REGULAR EXPRESSIONS APPENDIX C: VECTORS AND MATRICES (BASIC LINEAR ALGEBRA) APPENDIX D: MACHINE LEARNING APPENDIX E: AWS GPU APPENDIX F: LOCALITY SENSITIVE HASHING