Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Practical natural language processing with python, Sri, Mathangi


Варианты приобретения
Цена: 51230.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 252 шт.  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Sri, Mathangi
Название:  Practical natural language processing with python
ISBN: 9781484262450
Издательство: Springer
Классификация:



ISBN-10: 148426245X
Обложка/Формат: Paperback
Страницы: 253
Вес: 0.53 кг.
Дата издания: 01.12.2020
Язык: English
Издание: 1st ed.
Иллюстрации: 41 illustrations, color; 59 illustrations, black and white; x, 190 p. 100 illus., 41 illus. in color.
Размер: 25.40 x 17.81 x 1.45 cm
Читательская аудитория: Professional & vocational
Подзаголовок: With case studies from industries using text data at scale
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание:

Chapter 1: Text Data in Real Word

Chapter Goal: This chapter focuses on various types of text data. The information it offers and the commercial value that each of the data could potentially offer. Understanding of the data provides the reader the landscape that they are getting into

No of pages: 10

Sub -Topics

  1. NLP
  2. Search
  3. Reviews
  4. Tweets/FB Posts
  5. Chat data
  6. SMS data
  7. Content data
  8. IVR utterance data

Chapter 2: NLP in Customer Service

Chapter Goal: Case studies for problems in customer service and how they could be solved.

No of pages: 39

Sub - Topics

1. A quick overview of the customer service industry

2. Voice Calls

3. Chats.

4. Tickets Data

5. Email Data

6. Voice of customer analysis

7. Intent Mining

8. NPS/CSAT drivers

9. Insights in Sales Chats

10. Reasons for non purchase

11. Survey Comment Analysis

12. Mining Voice transcripts

Chapter 3: NLP in Online Reviews

Chapter Goal: Case studies for problems in online reviews and how they could be solved.

No of pages: 39

Sub - Topics:

1. Sentiment Analysis

2. Emotion Mining

3. Approach 1: Lexicon based approach

4. Approach 2: Rules based approach

5. Approach 3 - Machine Learning based approach (Neural Network)

6. Attribute Extraction

Chapter 4: NLP in BFSI

Chapter Goal: case studies for problems in the banking industry

Sub - Topics:

1. NLP in Fraud

2. Method 1 (For extracting NER, popular libraries)

3. Method 2 (For extracting NER, rules based approach)

4. Method 3 (Classifier based approach using word embeddings and neural networks)

5. Other use cases of NLP in BFSI

6. Natural Language Generation in banks

No of pages: 47

Chapter 5: NLP in Virtual Assistants

Chapter Goal: Case study in building state of the art natural language bots

Sub- Topics

1. Overview

2. Approach 1: The Classic approach using LSTMs

3. Approach 2: Generating Responses

4. BERT

5. Further nuances in building conversational bots:

No of pages: 43




Chinese Computational Linguistics and Natural Language Processing Based on Naturally Annotated Big Data

Автор: Maosong Sun, Xiaojie Wang, Baobao Chang
Название: Chinese Computational Linguistics and Natural Language Processing Based on Naturally Annotated Big Data
ISBN: 3319690043 ISBN-13(EAN): 9783319690049
Издательство: Springer
Рейтинг:
Цена: 35330.00 T
Наличие на складе: Есть
Описание: This book constitutes the proceedings of the 16th China National Conference on Computational Linguistics, CCL 2017, and the 5th International Symposium on Natural Language Processing Based on Naturally Annotated Big Data, NLP-NABD 2017, held in Nanjing, China, in October 2017. Minority language information processing.

Applied Natural Language Processing with Python

Автор: Beysolow II
Название: Applied Natural Language Processing with Python
ISBN: 1484237323 ISBN-13(EAN): 9781484237328
Издательство: Springer
Рейтинг:
Цена: 55890.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Chapter 1: What is Natural Language Processing? Chapter Goal: Establishing understanding of topic and give overview of textNo of pages: 10 pagesSub -Topics1. History of Natural Language Processing 2. Word Embeddings3. Neural Networks applied to Natural Language Processing 4. Python Packages

Chapter 2: Review of Machine LearningChapter Goal: Discuss models that will be referenced in the textNo of pages: 30 pagesSub - Topics 1. Gradient Descent 2. Multi-Layer Perceptrons 3. Recurrent Neural Networks4. LSTM networks
Chapter 3: Working with Raw Text Chapter Goal: Introduce reader to the fundamental aspects of Natural Language Processing that will be utilized more heavily in the chapters regarding No of pages: 30Sub - Topics: 1. Word Tokenization 2. Preprocessing and cleaning of text data3. Web crawling w/ SpaCy4. Lemmas, N-grams, and other NATURAL LANGUAGE PROCESSING concepts
Chapter 4: Word Embeddings and their applicationChapter Goal: Introduce reader to the use cases for word embeddings and the packages we utilize for themNo of pages: 50 Sub - Topics: 1. Word2Vec2. Doc2Vec3. GloVe
Chapter 5: Using Machine Learning w/ Natural language ProcessingChapter Goal: Give reader specific walkthroughs of advanced applications of Natural Language Processing using Machine Learning within greater applications (spellcheck and sentiment analysis)No of pages: 501. Tensorflow2. Keras3. Caffe

Text Analytics with Python: A Practitioner`s Guide to Natural Language Processing

Автор: Sarkar Dipanjan
Название: Text Analytics with Python: A Practitioner`s Guide to Natural Language Processing
ISBN: 1484243536 ISBN-13(EAN): 9781484243534
Издательство: Springer
Рейтинг:
Цена: 41920.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Leverage Natural Language Processing (NLP) in Python and learn how to set up your own robust environment for performing text analytics. This second edition has gone through a major revamp and introduces several significant changes and new topics based on the recent trends in NLP.

You'll see how to use the latest state-of-the-art frameworks in NLP, coupled with machine learning and deep learning models for supervised sentiment analysis powered by Python to solve actual case studies. Start by reviewing Python for NLP fundamentals on strings and text data and move on to engineering representation methods for text data, including both traditional statistical models and newer deep learning-based embedding models. Improved techniques and new methods around parsing and processing text are discussed as well.

Text summarization and topic models have been overhauled so the book showcases how to build, tune, and interpret topic models in the context of an interest dataset on NIPS conference papers. Additionally, the book covers text similarity techniques with a real-world example of movie recommenders, along with sentiment analysis using supervised and unsupervised techniques.

There is also a chapter dedicated to semantic analysis where you'll see how to build your own named entity recognition (NER) system from scratch. While the overall structure of the book remains the same, the entire code base, modules, and chapters has been updated to the latest Python 3.x release.


What You'll Learn

-Understand NLP and text syntax, semantics and structure-Discover text cleaning and feature engineering-Review text classification and text clustering - Assess text summarization and topic models- Study deep learning for NLP
Who This Book Is For
IT professionals, data analysts, developers, linguistic experts, data scientists and engineers and basically anyone with a keen interest in linguistics, analytics and generating insights from textual data.

Hands-On Python Natural Language Processing: Explore tools and techniques to analyze and process text with a view to building real-world NLP applicati

Автор: Kedia Aman, Rasu Mayank
Название: Hands-On Python Natural Language Processing: Explore tools and techniques to analyze and process text with a view to building real-world NLP applicati
ISBN: 1838989595 ISBN-13(EAN): 9781838989590
Издательство: Неизвестно
Рейтинг:
Цена: 43630.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book provides a blend of both the theoretical and practical aspects of Natural Language Processing (NLP). It covers the concepts essential to develop a thorough understanding of NLP and also delves into a detailed discussion on NLP based use-cases such as language translation, sentiment analysis, etc. Every module covers real-world examples

Transformers for Natural Language Processing: Build innovative deep neural network architectures for NLP with Python, PyTorch, TensorFlow, BERT, RoBER

Автор: Rothman Denis
Название: Transformers for Natural Language Processing: Build innovative deep neural network architectures for NLP with Python, PyTorch, TensorFlow, BERT, RoBER
ISBN: 1800565798 ISBN-13(EAN): 9781800565791
Издательство: Неизвестно
Рейтинг:
Цена: 122600.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This volume reports on excavations in advance of the development of a site in Norton-on-Derwent, North Yorkshire close to the line of the main Roman road running from the crossing point of the River Derwent near Malton Roman fort to York. This site provided much additional information on aspects of the poorly understood `small town` of Delgovicia.

Python Natural Language Processing Cookbook: Over 50 recipes to understand, analyze, and generate text for implementing language processing tasks

Автор: Antic Zhenya
Название: Python Natural Language Processing Cookbook: Over 50 recipes to understand, analyze, and generate text for implementing language processing tasks
ISBN: 1838987312 ISBN-13(EAN): 9781838987312
Издательство: Неизвестно
Рейтинг:
Цена: 67430.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Leverage your natural language processing skills to make sense of text. With this book, you`ll learn fundamental and advanced NLP techniques in Python that will help you to make your data fit for application in a wide variety of industries. You`ll also find recipes for overcoming common challenges in implementing NLP pipelines.

Mastering Natural Language Processing with Python

Автор: Chopra Deepti, Joshi Nisheeth, Mathur Iti
Название: Mastering Natural Language Processing with Python
ISBN: 1783989041 ISBN-13(EAN): 9781783989041
Издательство: Неизвестно
Рейтинг:
Цена: 45970.00 T
Наличие на складе: Нет в наличии.

Python Natural Language Processing: Advanced machine learning and deep learning techniques for natural language processing

Автор: Thanaki Jalaj
Название: Python Natural Language Processing: Advanced machine learning and deep learning techniques for natural language processing
ISBN: 1787121429 ISBN-13(EAN): 9781787121423
Издательство: Неизвестно
Рейтинг:
Цена: 67430.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Natural Language Processing is a field of computational linguistics and artificial intelligence that deals with human-computer interaction. The numbers of human-computer interaction instances are increasing so it`s becoming imperative that computers comprehend all major natural languages. Python`s powerful tools and libraries are evolved so much.

Natural Language Processing with Python Cookbook

Автор: Bhavsar Krishnakumar, Dangeti Pratap
Название: Natural Language Processing with Python Cookbook
ISBN: 178728932X ISBN-13(EAN): 9781787289321
Издательство: Неизвестно
Рейтинг:
Цена: 36770.00 T
Наличие на складе: Нет в наличии.

Natural Language Processing with Python Quick Start Guide

Автор: Kasliwal Nirant
Название: Natural Language Processing with Python Quick Start Guide
ISBN: 1789130387 ISBN-13(EAN): 9781789130386
Издательство: Неизвестно
Рейтинг:
Цена: 40450.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: NLP in Python is among the most sought-after skills among data scientists. With code and relevant case studies, this book will show how you can use industry grade tools to implement NLP programs capable of learning from relevant data. We will explore many modern methods ranging from spaCy to word vectors that have reinvented NLP.

Hands-on Natural Language Processing with Python

Автор: Arumugam Rajesh, Shanmugmani Rajalingappaa
Название: Hands-on Natural Language Processing with Python
ISBN: 178913949X ISBN-13(EAN): 9781789139495
Издательство: Неизвестно
Рейтинг:
Цена: 53940.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book teaches you to leverage deep learning models in performing various NLP tasks along with showcasing the best practices in dealing with the NLP challenges. The book equips you with practical knowledge to implement deep learning in your linguistic applications using NLTk and Python`s popular deep learning library, TensorFlow.

Natural Language Processing with Pytorch: Build Intelligent Language Applications Using Deep Learning

Автор: Rao Delip
Название: Natural Language Processing with Pytorch: Build Intelligent Language Applications Using Deep Learning
ISBN: 1491978236 ISBN-13(EAN): 9781491978238
Издательство: Wiley
Рейтинг:
Цена: 76020.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: If you`re a developer or data scientist new to NLP and deep learning, this practical guide shows you how to apply these methods using PyTorch, a Python-based deep learning library.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия