The handbook of NLP with Gensim : leverage topic modeling to uncover hidden patterns, themes, and valuable insights within textual data
Description
More Details
Notes
Also in this Series
Reviews from GoodReads
Citations
Kuo, C. (2023). The handbook of NLP with Gensim: leverage topic modeling to uncover hidden patterns, themes, and valuable insights within textual data (1st edition.). Packt Publishing Ltd..
Chicago / Turabian - Author Date Citation, 17th Edition (style guide)Kuo, Chris. 2023. The Handbook of NLP With Gensim: Leverage Topic Modeling to Uncover Hidden Patterns, Themes, and Valuable Insights Within Textual Data. Birmingham, UK: Packt Publishing Ltd.
Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)Kuo, Chris. The Handbook of NLP With Gensim: Leverage Topic Modeling to Uncover Hidden Patterns, Themes, and Valuable Insights Within Textual Data Birmingham, UK: Packt Publishing Ltd, 2023.
Harvard Citation (style guide)Kuo, C. (2023). The handbook of NLP with gensim: leverage topic modeling to uncover hidden patterns, themes, and valuable insights within textual data. 1st edn. Birmingham, UK: Packt Publishing Ltd.
MLA Citation, 9th Edition (style guide)Kuo, Chris. The Handbook of NLP With Gensim: Leverage Topic Modeling to Uncover Hidden Patterns, Themes, and Valuable Insights Within Textual Data 1st edition., Packt Publishing Ltd., 2023.
Staff View
Grouping Information
Grouped Work ID | fe99b205-a921-06bf-ff13-ca5aea6e43f4-eng |
---|---|
Full title | handbook of nlp with gensim leverage topic modeling to uncover hidden patterns themes and valuable insights within textual data |
Author | kuo chris |
Grouping Category | book |
Last Update | 2025-01-24 12:33:29PM |
Last Indexed | 2025-05-03 03:41:39AM |
Book Cover Information
Image Source | default |
---|---|
First Loaded | Jan 20, 2025 |
Last Used | May 6, 2025 |
Marc Record
First Detected | Dec 16, 2024 11:27:18 PM |
---|---|
Last File Modification Time | Dec 17, 2024 08:26:43 AM |
Suppressed | Record had no items |
MARC Record
LEADER | 07780cam a22005297a 4500 | ||
---|---|---|---|
001 | on1406408346 | ||
003 | OCoLC | ||
005 | 20241217082453.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 231029s2023 enk o 000 0 eng d | ||
019 | |a 1435874370 | ||
020 | |a 9781803245508|q (electronic bk.) | ||
020 | |a 1803245506|q (electronic bk.) | ||
035 | |a (OCoLC)1406408346|z (OCoLC)1435874370 | ||
037 | |a 9781803244945|b O'Reilly Media | ||
040 | |a YDX|b eng|c YDX|d ORMDA|d OCLCO|d UKAHL|d EBLCP|d OCLCQ|d OCLCF|d N$T | ||
049 | |a MAIN | ||
050 | 4 | |a QA76.9.N38 | |
082 | 0 | 4 | |a 006.3/5|2 23/eng/20231107 |
100 | 1 | |a Kuo, Chris,|e author. | |
245 | 1 | 4 | |a The handbook of NLP with Gensim :|b leverage topic modeling to uncover hidden patterns, themes, and valuable insights within textual data /|c Chris Kuo. |
250 | |a 1st edition. | ||
260 | |a Birmingham, UK :|b Packt Publishing Ltd.,|c 2023. | ||
300 | |a 1 online resource | ||
336 | |a text|b txt|2 rdacontent | ||
337 | |a computer|b c|2 rdamedia | ||
338 | |a online resource|b cr|2 rdacarrier | ||
505 | 0 | |a Cover -- Title Page -- Copyright and Credits -- Contributors -- Table of Contents -- Preface -- Part 1: NLP Basics -- Chapter 1: Introduction to NLP -- Introduction to natural language processing -- NLU + NLG = NLP -- NLU -- NLG -- Gensim and its NLP modeling techniques -- BoW and TF-IDF -- LSA/LSI -- Word2Vec -- Doc2Vec -- LDA -- Ensemble LDA -- Topic modeling with BERTopic -- Common NLP Python modules included in this book -- spaCy -- NLTK -- Summary -- Questions -- References -- Chapter 2: Text Representation -- Technical requirements -- What word embedding is -- Simple encoding methods | |
505 | 8 | |a One-hot encoding -- BoW -- Bag-of-N-grams -- What TF-IDF is -- Shining applications of BoW and TF-IDF -- Coding -- BoW -- Gensim for BoW -- scikit-learn for BoW (CountVectorizer) -- Coding -- Bag-of-N-grams -- Gensim for N-grams -- scikit-learn for N-grams -- NLTK for N-grams -- Coding -- TF-IDF -- Gensim for TF-IDF -- scikit-learn for TF-IDF -- Summary -- Questions -- References -- Chapter 3: Text Wrangling and Preprocessing -- Technical requirements -- Key steps in NLP preprocessing -- Tokenization -- Lowercase conversion -- Stop word removal -- Punctuation removal -- Stemming -- Lemmatization | |
505 | 8 | |a Coding with spaCy -- spaCy for lemmatization -- spaCy for PoS -- Coding with NLTK -- NLTK for tokenization -- NLTK for stop-word removal -- NLTK for lemmatization -- Coding with Gensim -- Gensim for preprocessing -- Gensim for stop-word removal -- Gensim for stemming -- Building a pipeline with spaCy -- Summary -- Questions -- References -- Part 2: Latent Semantic Analysis/Latent Semantic Indexing -- Chapter 4: Latent Semantic Analysis with scikit-learn -- Technical requirements -- Understanding matrix operations -- An orthogonal matrix -- The determinant of a matrix | |
505 | 8 | |a Understanding a transformation matrix -- A transformation matrix in daily life examples -- Understanding eigenvectors and eigenvalues -- An introduction to SVD -- Truncated SVD -- Truncated SVD for LSI -- Coding truncatedSVD with scikit-learn -- Using TruncatedSVD -- randomized_SVD -- Using TruncatedSVD for LSI with real data -- Loading the data -- Creating TF-IDF -- Using TruncatedSVD to build a model -- Interpreting the outcome -- Summary -- Questions -- Chapter 5: Cosine Similarity -- Technical requirements -- What is cosine similarity? -- How cosine similarity is used in images | |
505 | 8 | |a How to compute cosine similarity with scikit-learn -- Summary -- Questions -- References -- Chapter 6: Latent Semantic Indexing with Gensim -- Technical requirements -- Performing text preprocessing -- Performing word embedding with BoW and TF-IDF -- BoW -- TF-IDF -- Modeling with Gensim -- BoW -- TF-IDF -- Using the coherence score to find the optimal number of topics -- Saving the model for production -- Using the model as an information retrieval tool -- Loading the dictionary list -- Preprocessing the new document -- Scoring the document to get the latent topic scores | |
520 | |a Elevate your natural language processing skills with Gensim and become proficient in handling a wide range of NLP tasks and projects Key Features Advance your NLP skills with this comprehensive guide covering detailed explanations and code practices Build real-world topical modeling pipelines and fine-tune hyperparameters to deliver optimal results Adhere to the real-world industrial applications of topic modeling in medical, legal, and other fields Purchase of the print or Kindle book includes a free PDF eBook Book Description Navigating the terrain of NLP research and applying it practically can be a formidable task made easy with The Handbook of NLP with Gensim. This book demystifies NLP and equips you with hands-on strategies spanning healthcare, e-commerce, finance, and more to enable you to leverage Gensim in real-world scenarios. You'll begin by exploring motives and techniques for extracting text information like bag-of-words, TF-IDF, and word embeddings. This book will then guide you on topic modeling using methods such as Latent Semantic Analysis (LSA) for dimensionality reduction and discovering latent semantic relationships in text data, Latent Dirichlet Allocation (LDA) for probabilistic topic modeling, and Ensemble LDA to enhance topic modeling stability and accuracy. Next, you'll learn text summarization techniques with Word2Vec and Doc2Vec to build the modeling pipeline and optimize models using hyperparameters. As you get acquainted with practical applications in various industries, this book will inspire you to design innovative projects. Alongside topic modeling, you'll also explore named entity handling and NER tools, modeling procedures, and tools for effective topic modeling applications. By the end of this book, you'll have mastered the techniques essential to create applications with Gensim and integrate NLP into your business processes. What you will learn Convert text into numerical values such as bag-of-word, TF-IDF, and word embedding Use various NLP techniques with Gensim, including Word2Vec, Doc2Vec, LSA, FastText, LDA, and Ensemble LDA Build topical modeling pipelines and visualize the results of topic models Implement text summarization for legal, clinical, or other documents Apply core NLP techniques in healthcare, finance, and e-commerce Create efficient chatbots by harnessing Gensim's NLP capabilities Who this book is for This book is for data scientists and professionals who want to become proficient in topic modeling with Gensim. NLP practitioners can use this book as a code reference, while students or those considering a career transition will find this a valuable resource for advancing in the field of NLP. This book contains real-world applications for biomedical, healthcare, legal, and operations, making it a helpful guide for project managers designing their own topic modeling applications. | ||
590 | |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a Natural language processing (Computer science)|v Software. | |
650 | 0 | |a Python (Computer program language)|9 71333 | |
650 | 0 | |a Open source software.|9 73429 | |
655 | 7 | |a Software.|2 fast|0 (OCoLC)fst01411640 | |
776 | 0 | 8 | |i Print version:|z 1803244941|z 9781803244945|w (OCoLC)1401654662 |
856 | 4 | 0 | |u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781803244945/?ar|x O'Reilly|z eBook |
938 | |a ProQuest Ebook Central|b EBLB|n EBL30973270 | ||
938 | |a Askews and Holts Library Services|b ASKH|n AH41809444 | ||
938 | |a YBP Library Services|b YANK|n 305786026 | ||
938 | |a EBSCOhost|b EBSC|n 3710850 | ||
994 | |a 92|b VIA | ||
999 | |c 359994|d 359994 |