468 products were found matching your search for Deep Learning for NLP in 1 shops:
-
Deep Learning for NLP and Speech Recognition
Vendor: Abebooks.com Price: 13.18 $Book is in NEW condition. 2.83
-
Deep Learning for NLP and Speech Recognition
Vendor: Abebooks.com Price: 2.75 $Ship within 24hrs. Satisfaction 100% guaranteed. APO/FPO addresses supported
-
Python AI Programming: Navigating fundamentals of ML, deep learning, NLP, and reinforcement learning in practice
Vendor: Abebooks.com Price: 52.35 $Book is in NEW condition. 0.92
-
Python AI Programming: Navigating fundamentals of ML, deep learning, NLP, and reinforcement learning in practice
Vendor: Abebooks.com Price: 46.98 $Book is in Used-VeryGood condition. Pages and cover are clean and intact. Used items may not include supplementary materials such as CDs or access codes. May show signs of minor shelf wear and contain very limited notes and highlighting. 0.92
-
Next-Generation Machine Learning With Spark : Covers XGBoost, LightGBM, Spark NLP, Distributed Deep Learning with Keras, and More
Vendor: Abebooks.com Price: 41.78 $Unread book in perfect condition.
-
Natural Language Processing with Spark NLP: Learning to Understand Text at Scale
Vendor: Abebooks.com Price: 43.03 $Acceptable/Fair condition. Book is worn, but the pages are complete, and the text is legible. Has wear to binding and pages, may be ex-library. 1.42
-
Think AI: Explore the flavours of Machine Learning, Neural Networks, Computer Vision and NLP with powerful python libraries (English Edition)
Vendor: Abebooks.com Price: 27.31 $Buy with confidence! Book is in new, never-used condition 0.99
-
Blueprints for Text Analytics Using Python: Machine Learning-Based Solutions for Common Real World (NLP) Applications
Vendor: Abebooks.com Price: 27.73 $Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
-
Statistics with Rust, Second Edition: Explore rust programming and its powerful crates across data science, machine learning and NLP projects
Vendor: Abebooks.com Price: 57.47 $Brand New! This item is printed on demand. 0.8300
-
Think AI: Explore the flavours of Machine Learning, Neural Networks, Computer Vision and NLP with powerful python libraries (English Edition)
Vendor: Abebooks.com Price: 27.31 $Very Good condition. Shows only minor signs of wear, and very minimal markings inside (if any). 0.99
-
Teaching Excellence: The Definitive Guide to NLP for Teaching and Learning
Vendor: Abebooks.com Price: 113.72 $Book is in Used-VeryGood condition. Pages and cover are clean and intact. Used items may not include supplementary materials such as CDs or access codes. May show signs of minor shelf wear and contain very limited notes and highlighting. 1.28
-
Natural Language Processing with Spark NLP: Learning to Understand Text at Scale
Vendor: Abebooks.com Price: 50.45 $Book is in NEW condition. 1.42
-
Deep Learning for Natural Language Processing: Creating Neural Networks with Python
Vendor: Abebooks.com Price: 49.92 $Discover the concepts of deep learning used for natural language processing (NLP), with full-fledged examples of neural network models such as recurrent neural networks, long short-term memory networks, and sequence-2-sequence models.You’ll start by covering the mathematical prerequisites and the fundamentals of deep learning and NLP with practical examples. The first three chapters of the book cover the basics of NLP, starting with word-vector representation before moving onto advanced algorithms. The final chapters focus entirely on implementation, and deal with sophisticated architectures such as RNN, LSTM, and Seq2seq, using Python tools: TensorFlow, and Keras. Deep Learning for Natural Language Processing follows a progressive approach and combines all the knowledge you have gained to build a question-answer chatbot system.This book is a good starting point for people who want to get started in deep learning for NLP. All the code presented in the book will be available in the form of IPython notebooks and scripts, which allow you to try out the examples and extend them in interesting ways.What You Will LearnGain the fundamentals of deep learning and its mathematical prerequisitesDiscover deep learning frameworks in Python Develop a chatbot Implement a research paper on sentiment classificationWho This Book Is ForSoftware developers who are curious to try out deep learning with NLP.
-
Natural Language Processing with PyTorch: Build Intelligent Language Applications Using Deep Learning
Vendor: Abebooks.com Price: 43.69 $Natural Language Processing (NLP) provides boundless opportunities for solving problems in artificial intelligence, making products such as Amazon Alexa and Google Translate possible. 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.Authors Delip Rao and Brian McMahon provide you with a solid grounding in NLP and deep learning algorithms and demonstrate how to use PyTorch to build applications involving rich representations of text specific to the problems you face. Each chapter includes several code examples and illustrations.Explore computational graphs and the supervised learning paradigmMaster the basics of the PyTorch optimized tensor manipulation libraryGet an overview of traditional NLP concepts and methodsLearn the basic ideas involved in building neural networksUse embeddings to represent words, sentences, documents, and other featuresExplore sequence prediction and generate sequence-to-sequence modelsLearn design patterns for building production NLP systems
-
Natural Language Processing With PyTorch : Build Intelligent Language Applications Using Deep Learning
Vendor: Abebooks.com Price: 59.97 $Natural Language Processing (NLP) provides boundless opportunities for solving problems in artificial intelligence, making products such as Amazon Alexa and Google Translate possible. 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.Authors Delip Rao and Brian McMahon provide you with a solid grounding in NLP and deep learning algorithms and demonstrate how to use PyTorch to build applications involving rich representations of text specific to the problems you face. Each chapter includes several code examples and illustrations.Explore computational graphs and the supervised learning paradigmMaster the basics of the PyTorch optimized tensor manipulation libraryGet an overview of traditional NLP concepts and methodsLearn the basic ideas involved in building neural networksUse embeddings to represent words, sentences, documents, and other featuresExplore sequence prediction and generate sequence-to-sequence modelsLearn design patterns for building production NLP systems
-
Hands-On Reinforcement Learning with Python: Master reinforcement and deep reinforcement learning using OpenAI Gym and TensorFlow
Vendor: Abebooks.com Price: 34.84 $Book is in Used-VeryGood condition. Pages and cover are clean and intact. Used items may not include supplementary materials such as CDs or access codes. May show signs of minor shelf wear and contain very limited notes and highlighting. 1.37
-
Programming Machine Learning : From Coding to Deep Learning
Vendor: Abebooks.com Price: 36.79 $You've decided to tackle machine learning - because you're job hunting, embarking on a new project, or just think self-driving cars are cool. But where to start? It's easy to be intimidated, even as a software developer. The good news is that it doesn't have to be that hard. Master machine learning by writing code one line at a time, from simple learning programs all the way to a true deep learning system. Tackle the hard topics by breaking them down so they're easier to understand, and build your confidence by getting your hands dirty. Peel away the obscurities of machine learning, starting from scratch and going all the way to deep learning. Machine learning can be intimidating, with its reliance on math and algorithms that most programmers don't encounter in their regular work. Take a hands-on approach, writing the Python code yourself, without any libraries to obscure what's really going on. Iterate on your design, and add layers of complexity as you go. Build an image recognition application from scratch with supervised learning. Predict the future with linear regression. Dive into gradient descent, a fundamental algorithm that drives most of machine learning. Create perceptrons to classify data. Build neural networks to tackle more complex and sophisticated data sets. Train and refine those networks with backpropagation and batching. Layer the neural networks, eliminate overfitting, and add convolution to transform your neural network into a true deep learning system. Start from the beginning and code your way to machine learning mastery. What You Need: The examples in this book are written in Python, but don't worry if you don't know this language: you'll pick up all the Python you need very quickly. Apart from that, you'll only need your computer, and your code-adept brain.
-
Advanced Deep Learning with Python
Vendor: Abebooks.com Price: 40.25 $Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
-
Matlab Deep Learning: With Machine Learning, Neural Networks And Artificial Intelligence
Vendor: Abebooks.com Price: 28.52 $Brand New. Soft Cover International Edition. Different ISBN and Cover Image. Priced lower than the standard editions which is usually intended to make them more affordable for students abroad. The core content of the book is generally the same as the standard edition. The country selling restrictions may be printed on the book but is no problem for the self-use. This Item maybe shipped from US or any other country as we have multiple locations worldwide.
-
Hands-On Genetic Algorithms with Python: Applying genetic algorithms to solve real-world deep learning and artificial intelligence problems
Vendor: Abebooks.com Price: 52.92 $Book is in NEW condition. 1.23
468 results in 0.223 seconds
Related search terms
© Copyright 2025 shopping.eu