- ホーム
- > 洋書
- > 英文書
- > Computer / General
Full Description
Implement natural language processing applications with Python using a problem-solution approach. This book has numerous coding exercises that will help you to quickly deploy natural language processing techniques, such as text classification, parts of speech identification, topic modeling, text summarization, text generation, entity extraction, and sentiment analysis. Natural Language Processing Recipes starts by offering solutions for cleaning and preprocessing text data and ways to analyze it with advanced algorithms. You'll see practical applications of the semantic as well as syntactic analysis of text, as well as complex natural language processing approaches that involve text normalization, advanced preprocessing, POS tagging, and sentiment analysis. You will also learn various applications of machine learning and deep learning in natural language processing.By using the recipes in this book, you will have a toolbox of solutions to apply to your own projects in the real world, making your development time quicker and more efficient. What You Will LearnApply NLP techniques using Python libraries such as NLTK, TextBlob, spaCy, Stanford CoreNLP, and many moreImplement the concepts of information retrieval, text summarization, sentiment analysis, and other advanced natural language processing techniques.Identify machine learning and deep learning techniques for natural language processing and natural language generation problemsWho This Book Is ForData scientists who want to refresh and learn various concepts of natural language processing through coding exercises.
Contents
Chapter 1Chapter Goal: Understanding the potential data sources to build natural language processing applications for business benefits and ways to extract the data with examplesNo of pages: 20Sub - Topics: 1. Data extraction through API2. Web scraping 3. Regular expressions4. Handling stringsChapter 2: Exploring and processing text dataChapter Goal: Data is never clean. This chapter will give in depth knowledge about how to clean and process the text data. It also cover tokenizing and parsing.No of pages: 15Sub - Topics1. Text preprocessing methods using python1. Data cleaning2. Lexicon normalization3. Tokenization 4. Parsing and regular expressions5. Exploratory data analysisChapter 3: Text to featuresChapter Goal: One of the important task with text data is to transform text data into machines or algorithms understandable form, by using different feature engineering methods No of pages: 20Sub - Topics1. Feature engineering using pythono One hot encodingo Count vectorizero TF-IDFo Word2veco N gramsChapter 4: Advanced natural language processingChapter Goal: A comprehensive understanding of key concepts, methodologies and implementation of natural language processing techniques.No of pages: 40Sub - Topics: 1. Text similarity2. Information extraction - NER3. Topic modeling4. Machine learning for NLP - a. Text classificationb. Sentiment Analysis5. Deep learning for NLP-a. Seq2seq, b. Sequence prediction using LSTM and RNN6. Summarizing textChapter 5: Industrial application with end to end implementation Chapter Goal: Solving real time NLP applications with end to end implementation using python. Right from framing and understanding the business problem to deploying the model.No of pages: 40Sub - Topics: 1. Consumer complaint classification2. Customer reviews sentiment prediction3. Data stitching using text similarity and record linkage4. Text summarization for subject notes5. Document clustering 6. Architectural details of Chatbot and Search Engine along with Learning to rankChapter 6: Deep learning for NLPChapter Goal: Unlocking the power of deep learning on text data. Solving few real-time applications of deep learning in NLP.No of pages: 40Sub - Topics: 1. Fundamentals of deep learning2. Information retrieval using word embedding's3. Text classification using deep learning approaches (CNN, RNN, LSTM, Bi-directional LSTM)4. Natural language generation - prediction next word/ sequence of words using LSTM.5. Text summarization using LSTM encoder and decoder.