Natural Language Processing with TensorFlow - Helion
Tytuł oryginału: Natural Language Processing with TensorFlow
ISBN: 9781788477758
stron: 472, Format: ebook
Data wydania: 2018-05-31
Księgarnia: Helion
Cena książki: 107,10 zł (poprzednio: 119,00 zł)
Oszczędzasz: 10% (-11,90 zł)
Write modern natural language processing applications using deep learning algorithms and TensorFlow
Key Features
- Focuses on more efficient natural language processing using TensorFlow
- Covers NLP as a field in its own right to improve understanding for choosing TensorFlow tools and other deep learning approaches
- Provides choices for how to process and evaluate large unstructured text datasets
- Learn to apply the TensorFlow toolbox to specific tasks in the most interesting field in artificial intelligence
Book Description
Natural language processing (NLP) supplies the majority of data available to deep learning applications, while TensorFlow is the most important deep learning framework currently available. Natural Language Processing with TensorFlow brings TensorFlow and NLP together to give you invaluable tools to work with the immense volume of unstructured data in today's data streams, and apply these tools to specific NLP tasks.
Thushan Ganegedara starts by giving you a grounding in NLP and TensorFlow basics. You'll then learn how to use Word2vec, including advanced extensions, to create word embeddings that turn sequences of words into vectors accessible to deep learning algorithms. Chapters on classical deep learning algorithms, like convolutional neural networks (CNN) and recurrent neural networks (RNN), demonstrate important NLP tasks as sentence classification and language generation. You will learn how to apply high-performance RNN models, like long short-term memory (LSTM) cells, to NLP tasks. You will also explore neural machine translation and implement a neural machine translator.
After reading this book, you will gain an understanding of NLP and you'll have the skills to apply TensorFlow in deep learning NLP applications, and how to perform specific NLP tasks.
What you will learn
- Core concepts of NLP and various approaches to natural language processing
- How to solve NLP tasks by applying TensorFlow functions to create neural networks
- Strategies to process large amounts of data into word representations that can be used by deep learning applications
- Techniques for performing sentence classification and language generation using CNNs and RNNs
- About employing state-of-the art advanced RNNs, like long short-term memory, to solve complex text generation tasks
- How to write automatic translation programs and implement an actual neural machine translator from scratch
- The trends and innovations that are paving the future in NLP
Who this book is for
This book is for Python developers with a strong interest in deep learning, who want to learn how to leverage TensorFlow to simplify NLP tasks. Fundamental Python skills are assumed, as well as some knowledge of machine learning and undergraduate-level calculus and linear algebra. No previous natural language processing experience required, although some background in NLP or computational linguistics will be helpful.
Osoby które kupowały "Natural Language Processing with TensorFlow", wybierały także:
- Zen Steve'a Jobsa 29,67 zł, (8,90 zł -70%)
- ASP.NET MVC. Kompletny przewodnik dla programistów interaktywnych aplikacji internetowych w Visual Studio 86,77 zł, (26,90 zł -69%)
- jQuery, jQuery UI oraz jQuery Mobile. Receptury 57,74 zł, (17,90 zł -69%)
- Scratch. Komiksowa przygoda z programowaniem 36,06 zł, (11,90 zł -67%)
- Baltie. Kurs video. Poziom pierwszy. Elementarz programowania w języku wizualnym 59,00 zł, (26,55 zł -55%)
Spis treści
Natural Language Processing with TensorFlow. Teach language to machines using Python's deep learning library eBook -- spis treści
- 1. Introduction
- 2. How to Get TensorFlow to Work
- 3. Producing Word Embeddings with Word2Vec
- 4. Advanced Word2Vec
- 5. Sentence Classification with CNNs
- 6. Language Modelling with RNNs
- 7. What is LSTM?
- 8. Applying LSTM to Text Generation
- 9. Applications of LSTM: Image Caption Generation
- 10. Neural Machine Translation
- 11. NLP developments and Trends
- 12. Appendix I Linear Algebra and Statistics