ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2: build real-world effective nlp... applications using ner, rnns, seq2seq models, tran.
One-stop solution for NLP practitioners, ML developers, and data scientists to build effective NLP systems that can perform real-world complicated tasks Key Features Apply deep learning algorithms and techniques such as BiLSTMS, CRFs, BPE and more using TensorFlow 2 Explore applications like text ge...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
[S.l.] :
PACKT PUBLISHING LIMITED,
2021.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | One-stop solution for NLP practitioners, ML developers, and data scientists to build effective NLP systems that can perform real-world complicated tasks Key Features Apply deep learning algorithms and techniques such as BiLSTMS, CRFs, BPE and more using TensorFlow 2 Explore applications like text generation, summarization, weakly supervised labelling and more Read cutting edge material with seminal papers provided in the GitHub repository with full working code Book DescriptionRecently, there have been tremendous advances in NLP, and we are now moving from research labs into practical applications. This book comes with a perfect blend of both the theoretical and practical aspects of trending and complex NLP techniques. The book is focused on innovative applications in the field of NLP, language generation, and dialogue systems. It helps you apply the concepts of pre-processing text using techniques such as tokenization, parts of speech tagging, and lemmatization using popular libraries such as Stanford NLP and SpaCy. You will build Named Entity Recognition (NER) from scratch using Conditional Random Fields and Viterbi Decoding on top of RNNs. The book covers key emerging areas such as generating text for use in sentence completion and text summarization, bridging images and text by generating captions for images, and managing dialogue aspects of chatbots. You will learn how to apply transfer learning and fine-tuning using TensorFlow 2. Further, it covers practical techniques that can simplify the labelling of textual data. The book also has a working code that is adaptable to your use cases for each tech piece. By the end of the book, you will have an advanced knowledge of the tools, techniques and deep learning architecture used to solve complex NLP problems. What you will learn Grasp important pre-steps in building NLP applications like POS tagging Use transfer and weakly supervised learning using libraries like Snorkel Do sentiment analysis using BERT Apply encoder-decoder NN architectures and beam search for summarizing texts Use Transformer models with attention to bring images and text together Build apps that generate captions and answer questions about images using custom Transformers Use advanced TensorFlow techniques like learning rate annealing, custom layers, and custom loss functions to build the latest DeepNLP models Who this book is for This is not an introductory book and assumes the reader is familiar with basics of NLP and has fundamental Python skills, as well as basic knowledge of machine learning and undergraduate-level calculus and linear algebra. The readers who can benefit the most from this book include intermediate ML developers who are familiar with the basics of supervised learning and deep learning techniques and professionals who already use TensorFlow/Python for purposes such as data science, ML, research, analysis, etc. |
Beschreibung: | 1 online resource |
ISBN: | 9781800201057 1800201052 |
Internformat
MARC
LEADER | 00000cam a2200000M 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1236367775 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 210207s2021 xx o 0|| 0 eng d | ||
040 | |a YDX |b eng |c YDX |d UKMGB |d OCLCO |d N$T |d OCLCF |d OCLCO |d OCLCQ |d IEEEE |d OCLCO |d OCLCL | ||
015 | |a GBC120497 |2 bnb | ||
016 | 7 | |a 020104574 |2 Uk | |
020 | |a 9781800201057 |q (electronic bk.) | ||
020 | |a 1800201052 |q (electronic bk.) | ||
020 | |z 1800200935 | ||
020 | |z 9781800200937 | ||
035 | |a (OCoLC)1236367775 | ||
037 | |a 9781800201057 |b Packt Publishing | ||
037 | |a 10163516 |b IEEE | ||
050 | 4 | |a QA76.9.N38 | |
082 | 7 | |a 006.35 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Bansal, Ashish. | |
245 | 1 | 0 | |a ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 |h [electronic resource] : |b build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. |
260 | |a [S.l.] : |b PACKT PUBLISHING LIMITED, |c 2021. | ||
300 | |a 1 online resource | ||
336 | |a text |2 rdacontent | ||
337 | |a computer |2 rdamedia | ||
338 | |a online resource |2 rdacarrier | ||
520 | |a One-stop solution for NLP practitioners, ML developers, and data scientists to build effective NLP systems that can perform real-world complicated tasks Key Features Apply deep learning algorithms and techniques such as BiLSTMS, CRFs, BPE and more using TensorFlow 2 Explore applications like text generation, summarization, weakly supervised labelling and more Read cutting edge material with seminal papers provided in the GitHub repository with full working code Book DescriptionRecently, there have been tremendous advances in NLP, and we are now moving from research labs into practical applications. This book comes with a perfect blend of both the theoretical and practical aspects of trending and complex NLP techniques. The book is focused on innovative applications in the field of NLP, language generation, and dialogue systems. It helps you apply the concepts of pre-processing text using techniques such as tokenization, parts of speech tagging, and lemmatization using popular libraries such as Stanford NLP and SpaCy. You will build Named Entity Recognition (NER) from scratch using Conditional Random Fields and Viterbi Decoding on top of RNNs. The book covers key emerging areas such as generating text for use in sentence completion and text summarization, bridging images and text by generating captions for images, and managing dialogue aspects of chatbots. You will learn how to apply transfer learning and fine-tuning using TensorFlow 2. Further, it covers practical techniques that can simplify the labelling of textual data. The book also has a working code that is adaptable to your use cases for each tech piece. By the end of the book, you will have an advanced knowledge of the tools, techniques and deep learning architecture used to solve complex NLP problems. What you will learn Grasp important pre-steps in building NLP applications like POS tagging Use transfer and weakly supervised learning using libraries like Snorkel Do sentiment analysis using BERT Apply encoder-decoder NN architectures and beam search for summarizing texts Use Transformer models with attention to bring images and text together Build apps that generate captions and answer questions about images using custom Transformers Use advanced TensorFlow techniques like learning rate annealing, custom layers, and custom loss functions to build the latest DeepNLP models Who this book is for This is not an introductory book and assumes the reader is familiar with basics of NLP and has fundamental Python skills, as well as basic knowledge of machine learning and undergraduate-level calculus and linear algebra. The readers who can benefit the most from this book include intermediate ML developers who are familiar with the basics of supervised learning and deep learning techniques and professionals who already use TensorFlow/Python for purposes such as data science, ML, research, analysis, etc. | ||
505 | 0 | |a Table of Contents Essentials of NLP Understanding Sentiment in Natural Language with BiLSTMs Named Entity Recognition (NER) with BiLSTMs, CRFs and Viterbi Decoding Transfer Learning with BERT Generating Text with RNNs and GPT-2 Text Summarization with Seq2seq Attention and Transformer Networks Multi-Modal Networks and Image Captioning with ResNets and Transformer Networks Weakly Supervised Learning for Classification with Snorkel Building Conversational AI Applications with Deep Learning Installation and Setup Instructions for Code. | |
630 | 0 | 0 | |a TensorFlow. |0 http://id.loc.gov/authorities/names/n2019020612 |
650 | 0 | |a Natural language processing (Computer science) |0 http://id.loc.gov/authorities/subjects/sh88002425 | |
650 | 2 | |a Natural Language Processing |0 https://id.nlm.nih.gov/mesh/D009323 | |
650 | 6 | |a Traitement automatique des langues naturelles. | |
650 | 7 | |a Natural language processing (Computer science) |2 fast | |
758 | |i has work: |a Advanced Natural Language Processing with TensorFlow 2 (Text) |1 https://id.oclc.org/worldcat/entity/E39PCXpYw6ktJrwRDgJjhcpJTb |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |z 1800200935 |z 9781800200937 |w (OCoLC)1228317944 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2746412 |3 Volltext |
938 | |a YBP Library Services |b YANK |n 301921574 | ||
938 | |a EBSCOhost |b EBSC |n 2746412 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1236367775 |
---|---|
_version_ | 1816882538291920896 |
adam_text | |
any_adam_object | |
author | Bansal, Ashish |
author_facet | Bansal, Ashish |
author_role | |
author_sort | Bansal, Ashish |
author_variant | a b ab |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.N38 |
callnumber-search | QA76.9.N38 |
callnumber-sort | QA 276.9 N38 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Table of Contents Essentials of NLP Understanding Sentiment in Natural Language with BiLSTMs Named Entity Recognition (NER) with BiLSTMs, CRFs and Viterbi Decoding Transfer Learning with BERT Generating Text with RNNs and GPT-2 Text Summarization with Seq2seq Attention and Transformer Networks Multi-Modal Networks and Image Captioning with ResNets and Transformer Networks Weakly Supervised Learning for Classification with Snorkel Building Conversational AI Applications with Deep Learning Installation and Setup Instructions for Code. |
ctrlnum | (OCoLC)1236367775 |
dewey-full | 006.35 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.35 |
dewey-search | 006.35 |
dewey-sort | 16.35 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05495cam a2200493M 4500</leader><controlfield tag="001">ZDB-4-EBA-on1236367775</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">210207s2021 xx o 0|| 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">YDX</subfield><subfield code="b">eng</subfield><subfield code="c">YDX</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">IEEEE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBC120497</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">020104574</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781800201057</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1800201052</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1800200935</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781800200937</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1236367775</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781800201057</subfield><subfield code="b">Packt Publishing</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10163516</subfield><subfield code="b">IEEE</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.9.N38</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">006.35</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Bansal, Ashish.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2</subfield><subfield code="h">[electronic resource] :</subfield><subfield code="b">build real-world effective nlp... applications using ner, rnns, seq2seq models, tran.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">[S.l.] :</subfield><subfield code="b">PACKT PUBLISHING LIMITED,</subfield><subfield code="c">2021.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">One-stop solution for NLP practitioners, ML developers, and data scientists to build effective NLP systems that can perform real-world complicated tasks Key Features Apply deep learning algorithms and techniques such as BiLSTMS, CRFs, BPE and more using TensorFlow 2 Explore applications like text generation, summarization, weakly supervised labelling and more Read cutting edge material with seminal papers provided in the GitHub repository with full working code Book DescriptionRecently, there have been tremendous advances in NLP, and we are now moving from research labs into practical applications. This book comes with a perfect blend of both the theoretical and practical aspects of trending and complex NLP techniques. The book is focused on innovative applications in the field of NLP, language generation, and dialogue systems. It helps you apply the concepts of pre-processing text using techniques such as tokenization, parts of speech tagging, and lemmatization using popular libraries such as Stanford NLP and SpaCy. You will build Named Entity Recognition (NER) from scratch using Conditional Random Fields and Viterbi Decoding on top of RNNs. The book covers key emerging areas such as generating text for use in sentence completion and text summarization, bridging images and text by generating captions for images, and managing dialogue aspects of chatbots. You will learn how to apply transfer learning and fine-tuning using TensorFlow 2. Further, it covers practical techniques that can simplify the labelling of textual data. The book also has a working code that is adaptable to your use cases for each tech piece. By the end of the book, you will have an advanced knowledge of the tools, techniques and deep learning architecture used to solve complex NLP problems. What you will learn Grasp important pre-steps in building NLP applications like POS tagging Use transfer and weakly supervised learning using libraries like Snorkel Do sentiment analysis using BERT Apply encoder-decoder NN architectures and beam search for summarizing texts Use Transformer models with attention to bring images and text together Build apps that generate captions and answer questions about images using custom Transformers Use advanced TensorFlow techniques like learning rate annealing, custom layers, and custom loss functions to build the latest DeepNLP models Who this book is for This is not an introductory book and assumes the reader is familiar with basics of NLP and has fundamental Python skills, as well as basic knowledge of machine learning and undergraduate-level calculus and linear algebra. The readers who can benefit the most from this book include intermediate ML developers who are familiar with the basics of supervised learning and deep learning techniques and professionals who already use TensorFlow/Python for purposes such as data science, ML, research, analysis, etc.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents Essentials of NLP Understanding Sentiment in Natural Language with BiLSTMs Named Entity Recognition (NER) with BiLSTMs, CRFs and Viterbi Decoding Transfer Learning with BERT Generating Text with RNNs and GPT-2 Text Summarization with Seq2seq Attention and Transformer Networks Multi-Modal Networks and Image Captioning with ResNets and Transformer Networks Weakly Supervised Learning for Classification with Snorkel Building Conversational AI Applications with Deep Learning Installation and Setup Instructions for Code.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">TensorFlow.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n2019020612</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Natural language processing (Computer science)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh88002425</subfield></datafield><datafield tag="650" ind1=" " ind2="2"><subfield code="a">Natural Language Processing</subfield><subfield code="0">https://id.nlm.nih.gov/mesh/D009323</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Traitement automatique des langues naturelles.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Natural language processing (Computer science)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Advanced Natural Language Processing with TensorFlow 2 (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCXpYw6ktJrwRDgJjhcpJTb</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="z">1800200935</subfield><subfield code="z">9781800200937</subfield><subfield code="w">(OCoLC)1228317944</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2746412</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">301921574</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">2746412</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-on1236367775 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:30:12Z |
institution | BVB |
isbn | 9781800201057 1800201052 |
language | English |
oclc_num | 1236367775 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | PACKT PUBLISHING LIMITED, |
record_format | marc |
spelling | Bansal, Ashish. ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 [electronic resource] : build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. [S.l.] : PACKT PUBLISHING LIMITED, 2021. 1 online resource text rdacontent computer rdamedia online resource rdacarrier One-stop solution for NLP practitioners, ML developers, and data scientists to build effective NLP systems that can perform real-world complicated tasks Key Features Apply deep learning algorithms and techniques such as BiLSTMS, CRFs, BPE and more using TensorFlow 2 Explore applications like text generation, summarization, weakly supervised labelling and more Read cutting edge material with seminal papers provided in the GitHub repository with full working code Book DescriptionRecently, there have been tremendous advances in NLP, and we are now moving from research labs into practical applications. This book comes with a perfect blend of both the theoretical and practical aspects of trending and complex NLP techniques. The book is focused on innovative applications in the field of NLP, language generation, and dialogue systems. It helps you apply the concepts of pre-processing text using techniques such as tokenization, parts of speech tagging, and lemmatization using popular libraries such as Stanford NLP and SpaCy. You will build Named Entity Recognition (NER) from scratch using Conditional Random Fields and Viterbi Decoding on top of RNNs. The book covers key emerging areas such as generating text for use in sentence completion and text summarization, bridging images and text by generating captions for images, and managing dialogue aspects of chatbots. You will learn how to apply transfer learning and fine-tuning using TensorFlow 2. Further, it covers practical techniques that can simplify the labelling of textual data. The book also has a working code that is adaptable to your use cases for each tech piece. By the end of the book, you will have an advanced knowledge of the tools, techniques and deep learning architecture used to solve complex NLP problems. What you will learn Grasp important pre-steps in building NLP applications like POS tagging Use transfer and weakly supervised learning using libraries like Snorkel Do sentiment analysis using BERT Apply encoder-decoder NN architectures and beam search for summarizing texts Use Transformer models with attention to bring images and text together Build apps that generate captions and answer questions about images using custom Transformers Use advanced TensorFlow techniques like learning rate annealing, custom layers, and custom loss functions to build the latest DeepNLP models Who this book is for This is not an introductory book and assumes the reader is familiar with basics of NLP and has fundamental Python skills, as well as basic knowledge of machine learning and undergraduate-level calculus and linear algebra. The readers who can benefit the most from this book include intermediate ML developers who are familiar with the basics of supervised learning and deep learning techniques and professionals who already use TensorFlow/Python for purposes such as data science, ML, research, analysis, etc. Table of Contents Essentials of NLP Understanding Sentiment in Natural Language with BiLSTMs Named Entity Recognition (NER) with BiLSTMs, CRFs and Viterbi Decoding Transfer Learning with BERT Generating Text with RNNs and GPT-2 Text Summarization with Seq2seq Attention and Transformer Networks Multi-Modal Networks and Image Captioning with ResNets and Transformer Networks Weakly Supervised Learning for Classification with Snorkel Building Conversational AI Applications with Deep Learning Installation and Setup Instructions for Code. TensorFlow. http://id.loc.gov/authorities/names/n2019020612 Natural language processing (Computer science) http://id.loc.gov/authorities/subjects/sh88002425 Natural Language Processing https://id.nlm.nih.gov/mesh/D009323 Traitement automatique des langues naturelles. Natural language processing (Computer science) fast has work: Advanced Natural Language Processing with TensorFlow 2 (Text) https://id.oclc.org/worldcat/entity/E39PCXpYw6ktJrwRDgJjhcpJTb https://id.oclc.org/worldcat/ontology/hasWork Print version: 1800200935 9781800200937 (OCoLC)1228317944 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2746412 Volltext |
spellingShingle | Bansal, Ashish ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. Table of Contents Essentials of NLP Understanding Sentiment in Natural Language with BiLSTMs Named Entity Recognition (NER) with BiLSTMs, CRFs and Viterbi Decoding Transfer Learning with BERT Generating Text with RNNs and GPT-2 Text Summarization with Seq2seq Attention and Transformer Networks Multi-Modal Networks and Image Captioning with ResNets and Transformer Networks Weakly Supervised Learning for Classification with Snorkel Building Conversational AI Applications with Deep Learning Installation and Setup Instructions for Code. TensorFlow. http://id.loc.gov/authorities/names/n2019020612 Natural language processing (Computer science) http://id.loc.gov/authorities/subjects/sh88002425 Natural Language Processing https://id.nlm.nih.gov/mesh/D009323 Traitement automatique des langues naturelles. Natural language processing (Computer science) fast |
subject_GND | http://id.loc.gov/authorities/names/n2019020612 http://id.loc.gov/authorities/subjects/sh88002425 https://id.nlm.nih.gov/mesh/D009323 |
title | ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. |
title_auth | ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. |
title_exact_search | ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. |
title_full | ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 [electronic resource] : build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. |
title_fullStr | ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 [electronic resource] : build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. |
title_full_unstemmed | ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 [electronic resource] : build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. |
title_short | ADVANCED NATURAL LANGUAGE PROCESSING WITH TENSORFLOW 2 |
title_sort | advanced natural language processing with tensorflow 2 build real world effective nlp applications using ner rnns seq2seq models tran |
title_sub | build real-world effective nlp... applications using ner, rnns, seq2seq models, tran. |
topic | TensorFlow. http://id.loc.gov/authorities/names/n2019020612 Natural language processing (Computer science) http://id.loc.gov/authorities/subjects/sh88002425 Natural Language Processing https://id.nlm.nih.gov/mesh/D009323 Traitement automatique des langues naturelles. Natural language processing (Computer science) fast |
topic_facet | TensorFlow. Natural language processing (Computer science) Natural Language Processing Traitement automatique des langues naturelles. |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=2746412 |
work_keys_str_mv | AT bansalashish advancednaturallanguageprocessingwithtensorflow2buildrealworldeffectivenlpapplicationsusingnerrnnsseq2seqmodelstran |