Descriere YEO:
Pe YEO găsești Natural Language Processing in Action: de la Manning Publications, în categoria Foreign Books.
Indiferent de nevoile tale, Natural Language Processing in Action: Understanding, Analyzing, and Generating Text with Python, Paperback/Hobson Lane din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 321.99 Lei
Caracteristicile produsului Natural Language Processing in Action:
- Brand: Manning Publications
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 07-03-2025 01:38:19
Comandă Natural Language Processing in Action: Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Natural Language Processing in Action: de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Summary
Natural Language Processing in
Action is your guide to creating machines that understand human language using the power of
Python with its ecosystem of packages dedicated to NLP and AI. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Recent advances in deep learning empower applications to understand text and speech
with extreme accuracy. The result? Chatbots that can imitate real people, meaningful resume-to-job matches, superb predictive search, and automatically generated document summaries--all at a low cost. New techniques, along
with accessible tools like Keras and TensorFlow, make professional-quality NLP easier than ever before. About the Book
Natural Language Processing in
Action is your guide to building machines that can read and interpret human language. In it, you\'ll use readily available
Python packages to capture the meaning in text and react accordingly. The book expands traditional NLP approaches to include neural networks, modern deep learning algorithms, and generative techniques as you tackle real-world problems like extracting dates and names, composing text, and answering free-form questions. What\'s inside Some sentences in this book were written by NLP Can you guess which ones? Working with Keras, TensorFlow, gensim, and scikit-learn Rule-based and data-based NLP Scalable pipelines About the Reader This book requires a basic understanding of deep learning and intermediate
Python skills. About the Author
Hobson Lane , Cole Howard , and Hannes Max Hapke are experienced NLP engineers who use these techniques in production. Table of Contents PART 1 - WORDY MACHINES Packets of thought (NLP overview) Build your vocabulary (word tokenization) Math with words (TF-IDF vectors) Finding meaning in word counts (semantic analysis) PART 2 - DEEPER LEARNING (NEURAL NETWORKS) Baby steps with neural networks (perceptrons and backpropagation) Reasoning with word vectors (Word2vec) Getting words in order with convolutional neural networks (CNNs) Loopy (recurrent) neural networks (RNNs) Improving retention with long short-term memory networks Sequence-to-sequence models and attention PART 3 - GETTING REAL (REAL-WORLD NLP CHALLENGES) Information extraction (named entity extraction and question answering) Getting chatty (dialog engines) Scaling up (optimization, parallelization, and batch processing) About the Author:
Hobson Lane has more than 15 years of experience building autonomous systems that make important decisions on behalf of humans. Hannes Hapke is an Electrical Engineer turned Data Scientist with experience in deep learning. Cole Howard is a carpenter and writer turned Deep Learning expert.