Conversational AI with Rasa :: build, automate, and deploy AI-powered text and voice-based assistants and chatbots /
Create next-level AI assistants and transform how customers communicate with businesses with the power of natural language understanding and dialogue management using Rasa Key Features Understand the architecture and put the underlying principles of the Rasa framework to practice Learn how to quickl...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2021.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Create next-level AI assistants and transform how customers communicate with businesses with the power of natural language understanding and dialogue management using Rasa Key Features Understand the architecture and put the underlying principles of the Rasa framework to practice Learn how to quickly build different types of chatbots such as task-oriented, FAQ-like, and knowledge graph-based chatbots Explore best practices for working with Rasa and its debugging and optimizing aspects Book DescriptionThe Rasa framework enables developers to create industrial-strength chatbots using state-of-the-art natural language processing (NLP) and machine learning technologies quickly, all in open source. Conversational AI with Rasa starts by showing you how the two main components at the heart of Rasa work - Rasa NLU (natural language understanding) and Rasa Core. You'll then learn how to build, configure, train, and serve different types of chatbots from scratch by using the Rasa ecosystem. As you advance, you'll use form-based dialogue management, work with the response selector for chitchat and FAQ-like dialogs, make use of knowledge base actions to answer questions for dynamic queries, and much more. Furthermore, you'll understand how to customize the Rasa framework, use conversation-driven development patterns and tools to develop chatbots, explore what your bot can do, and easily fix any mistakes it makes by using interactive learning. Finally, you'll get to grips with deploying the Rasa system to a production environment with high performance and high scalability and cover best practices for building an efficient and robust chat system. By the end of this book, you'll be able to build and deploy your own chatbots using Rasa, addressing the common pain points encountered in the chatbot life cycle. What you will learn Use the response selector to handle chitchat and FAQs Create custom actions using the Rasa SDK Train Rasa to handle complex named entity recognition Become skilled at building custom components in the Rasa framework Validate and test dialogs end to end in Rasa Develop and refine a chatbot system by using conversation-driven deployment processing Use TensorBoard for tuning to find the best configuration options Debug and optimize dialogue systems based on Rasa Who this book is for This book is for NLP professionals as well as machine learning and deep learning practitioners who have knowledge of natural language processing and want to build chatbots with Rasa. Anyone with beginner-level knowledge of NLP and deep learning will be able to get the most out of the book. |
Beschreibung: | 1 online resource |
ISBN: | 1801073880 9781801073882 |
Internformat
MARC
LEADER | 00000cam a22000001i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1272888279 | ||
003 | OCoLC | ||
005 | 20240705115654.0 | ||
006 | m d | ||
007 | cr ||||||||||| | ||
008 | 210803s2021 enk o 000 0 eng d | ||
040 | |a UKMGB |b eng |e rda |e pn |c UKMGB |d OCLCO |d N$T |d EBLCP |d UKAHL |d YDX |d OCLCF |d OCLCO |d OCLCQ |d IEEEE |d OCLCO |d OCLCL | ||
015 | |a GBC1D3631 |2 bnb | ||
016 | 7 | |a 020291965 |2 Uk | |
019 | |a 1272991144 |a 1275413954 | ||
020 | |a 1801073880 | ||
020 | |a 9781801073882 |q (electronic bk.) | ||
020 | |z 9781801077057 (pbk.) | ||
020 | |z 1801077053 | ||
035 | |a (OCoLC)1272888279 |z (OCoLC)1272991144 |z (OCoLC)1275413954 | ||
037 | |a 9781801073882 |b Packt Publishing Pvt. Ltd | ||
037 | |a 10163113 |b IEEE | ||
050 | 4 | |a QA76.9.N38 | |
082 | 7 | |a 006.35 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Kong, Xiaoquan, |e author. | |
245 | 1 | 0 | |a Conversational AI with Rasa : |b build, automate, and deploy AI-powered text and voice-based assistants and chatbots / |c Xiaoquan Kong, Guan Wang. |
264 | 1 | |a Birmingham : |b Packt Publishing, |c 2021. | |
300 | |a 1 online resource | ||
336 | |a text |2 rdacontent | ||
337 | |a computer |2 rdamedia | ||
338 | |a online resource |2 rdacarrier | ||
588 | |a Description based on CIP data; resource not viewed. | ||
520 | |a Create next-level AI assistants and transform how customers communicate with businesses with the power of natural language understanding and dialogue management using Rasa Key Features Understand the architecture and put the underlying principles of the Rasa framework to practice Learn how to quickly build different types of chatbots such as task-oriented, FAQ-like, and knowledge graph-based chatbots Explore best practices for working with Rasa and its debugging and optimizing aspects Book DescriptionThe Rasa framework enables developers to create industrial-strength chatbots using state-of-the-art natural language processing (NLP) and machine learning technologies quickly, all in open source. Conversational AI with Rasa starts by showing you how the two main components at the heart of Rasa work - Rasa NLU (natural language understanding) and Rasa Core. You'll then learn how to build, configure, train, and serve different types of chatbots from scratch by using the Rasa ecosystem. As you advance, you'll use form-based dialogue management, work with the response selector for chitchat and FAQ-like dialogs, make use of knowledge base actions to answer questions for dynamic queries, and much more. Furthermore, you'll understand how to customize the Rasa framework, use conversation-driven development patterns and tools to develop chatbots, explore what your bot can do, and easily fix any mistakes it makes by using interactive learning. Finally, you'll get to grips with deploying the Rasa system to a production environment with high performance and high scalability and cover best practices for building an efficient and robust chat system. By the end of this book, you'll be able to build and deploy your own chatbots using Rasa, addressing the common pain points encountered in the chatbot life cycle. What you will learn Use the response selector to handle chitchat and FAQs Create custom actions using the Rasa SDK Train Rasa to handle complex named entity recognition Become skilled at building custom components in the Rasa framework Validate and test dialogs end to end in Rasa Develop and refine a chatbot system by using conversation-driven deployment processing Use TensorBoard for tuning to find the best configuration options Debug and optimize dialogue systems based on Rasa Who this book is for This book is for NLP professionals as well as machine learning and deep learning practitioners who have knowledge of natural language processing and want to build chatbots with Rasa. Anyone with beginner-level knowledge of NLP and deep learning will be able to get the most out of the book. | ||
505 | 0 | |a Table of Contents Introduction to Chatbots and the Rasa Framework Natural Language Understanding in Rasa Rasa Core Handling Business Logic Working with Response Selector to Handle chitchat and FAQs Knowledge Base Actions to Handle Question Answering Entity Roles and Groups for Complex Named Entity Recognition Customization of Rasa Testing and Production Deployment Conversation-Driven Development and Interactive Learning Debugging, Optimization, and the Community Ecosystem. | |
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 | |
700 | 1 | |a Wang, Guan, |e author. | |
758 | |i has work: |a Conversational AI with Rasa (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYVRyXTVHfQBMDJYkYMqMd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |z 9781801077057 |
856 | 1 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3021540 |3 Volltext | |
856 | 1 | |l CBO01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3021540 |3 Volltext | |
938 | |a Askews and Holts Library Services |b ASKH |n AH38859901 | ||
938 | |a EBSCOhost |b EBSC |n 3021540 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL6727089 | ||
938 | |a YBP Library Services |b YANK |n 302428107 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1272888279 |
---|---|
_version_ | 1813901706938810368 |
adam_text | |
any_adam_object | |
author | Kong, Xiaoquan Wang, Guan |
author_facet | Kong, Xiaoquan Wang, Guan |
author_role | aut aut |
author_sort | Kong, Xiaoquan |
author_variant | x k xk g w gw |
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 Introduction to Chatbots and the Rasa Framework Natural Language Understanding in Rasa Rasa Core Handling Business Logic Working with Response Selector to Handle chitchat and FAQs Knowledge Base Actions to Handle Question Answering Entity Roles and Groups for Complex Named Entity Recognition Customization of Rasa Testing and Production Deployment Conversation-Driven Development and Interactive Learning Debugging, Optimization, and the Community Ecosystem. |
ctrlnum | (OCoLC)1272888279 |
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>05327cam a22005411i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1272888279</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20240705115654.0</controlfield><controlfield tag="006">m d </controlfield><controlfield tag="007">cr |||||||||||</controlfield><controlfield tag="008">210803s2021 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UKMGB</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UKMGB</subfield><subfield code="d">OCLCO</subfield><subfield code="d">N$T</subfield><subfield code="d">EBLCP</subfield><subfield code="d">UKAHL</subfield><subfield code="d">YDX</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">GBC1D3631</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">020291965</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1272991144</subfield><subfield code="a">1275413954</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1801073880</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781801073882</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781801077057 (pbk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1801077053</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1272888279</subfield><subfield code="z">(OCoLC)1272991144</subfield><subfield code="z">(OCoLC)1275413954</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">9781801073882</subfield><subfield code="b">Packt Publishing Pvt. Ltd</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">10163113</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">Kong, Xiaoquan,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Conversational AI with Rasa :</subfield><subfield code="b">build, automate, and deploy AI-powered text and voice-based assistants and chatbots /</subfield><subfield code="c">Xiaoquan Kong, Guan Wang.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</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="588" ind1=" " ind2=" "><subfield code="a">Description based on CIP data; resource not viewed.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Create next-level AI assistants and transform how customers communicate with businesses with the power of natural language understanding and dialogue management using Rasa Key Features Understand the architecture and put the underlying principles of the Rasa framework to practice Learn how to quickly build different types of chatbots such as task-oriented, FAQ-like, and knowledge graph-based chatbots Explore best practices for working with Rasa and its debugging and optimizing aspects Book DescriptionThe Rasa framework enables developers to create industrial-strength chatbots using state-of-the-art natural language processing (NLP) and machine learning technologies quickly, all in open source. Conversational AI with Rasa starts by showing you how the two main components at the heart of Rasa work - Rasa NLU (natural language understanding) and Rasa Core. You'll then learn how to build, configure, train, and serve different types of chatbots from scratch by using the Rasa ecosystem. As you advance, you'll use form-based dialogue management, work with the response selector for chitchat and FAQ-like dialogs, make use of knowledge base actions to answer questions for dynamic queries, and much more. Furthermore, you'll understand how to customize the Rasa framework, use conversation-driven development patterns and tools to develop chatbots, explore what your bot can do, and easily fix any mistakes it makes by using interactive learning. Finally, you'll get to grips with deploying the Rasa system to a production environment with high performance and high scalability and cover best practices for building an efficient and robust chat system. By the end of this book, you'll be able to build and deploy your own chatbots using Rasa, addressing the common pain points encountered in the chatbot life cycle. What you will learn Use the response selector to handle chitchat and FAQs Create custom actions using the Rasa SDK Train Rasa to handle complex named entity recognition Become skilled at building custom components in the Rasa framework Validate and test dialogs end to end in Rasa Develop and refine a chatbot system by using conversation-driven deployment processing Use TensorBoard for tuning to find the best configuration options Debug and optimize dialogue systems based on Rasa Who this book is for This book is for NLP professionals as well as machine learning and deep learning practitioners who have knowledge of natural language processing and want to build chatbots with Rasa. Anyone with beginner-level knowledge of NLP and deep learning will be able to get the most out of the book.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Table of Contents Introduction to Chatbots and the Rasa Framework Natural Language Understanding in Rasa Rasa Core Handling Business Logic Working with Response Selector to Handle chitchat and FAQs Knowledge Base Actions to Handle Question Answering Entity Roles and Groups for Complex Named Entity Recognition Customization of Rasa Testing and Production Deployment Conversation-Driven Development and Interactive Learning Debugging, Optimization, and the Community Ecosystem.</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="700" ind1="1" ind2=" "><subfield code="a">Wang, Guan,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Conversational AI with Rasa (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCYVRyXTVHfQBMDJYkYMqMd</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">9781801077057</subfield></datafield><datafield tag="856" ind1="1" ind2=" "><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=3021540</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="856" ind1="1" ind2=" "><subfield code="l">CBO01</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=3021540</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH38859901</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">3021540</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest Ebook Central</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL6727089</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">302428107</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></record></collection> |
id | ZDB-4-EBA-on1272888279 |
illustrated | Not Illustrated |
indexdate | 2024-10-25T15:51:10Z |
institution | BVB |
isbn | 1801073880 9781801073882 |
language | English |
oclc_num | 1272888279 |
open_access_boolean | |
owner | MAIN |
owner_facet | MAIN |
physical | 1 online resource |
psigel | ZDB-4-EBA |
publishDate | 2021 |
publishDateSearch | 2021 |
publishDateSort | 2021 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Kong, Xiaoquan, author. Conversational AI with Rasa : build, automate, and deploy AI-powered text and voice-based assistants and chatbots / Xiaoquan Kong, Guan Wang. Birmingham : Packt Publishing, 2021. 1 online resource text rdacontent computer rdamedia online resource rdacarrier Description based on CIP data; resource not viewed. Create next-level AI assistants and transform how customers communicate with businesses with the power of natural language understanding and dialogue management using Rasa Key Features Understand the architecture and put the underlying principles of the Rasa framework to practice Learn how to quickly build different types of chatbots such as task-oriented, FAQ-like, and knowledge graph-based chatbots Explore best practices for working with Rasa and its debugging and optimizing aspects Book DescriptionThe Rasa framework enables developers to create industrial-strength chatbots using state-of-the-art natural language processing (NLP) and machine learning technologies quickly, all in open source. Conversational AI with Rasa starts by showing you how the two main components at the heart of Rasa work - Rasa NLU (natural language understanding) and Rasa Core. You'll then learn how to build, configure, train, and serve different types of chatbots from scratch by using the Rasa ecosystem. As you advance, you'll use form-based dialogue management, work with the response selector for chitchat and FAQ-like dialogs, make use of knowledge base actions to answer questions for dynamic queries, and much more. Furthermore, you'll understand how to customize the Rasa framework, use conversation-driven development patterns and tools to develop chatbots, explore what your bot can do, and easily fix any mistakes it makes by using interactive learning. Finally, you'll get to grips with deploying the Rasa system to a production environment with high performance and high scalability and cover best practices for building an efficient and robust chat system. By the end of this book, you'll be able to build and deploy your own chatbots using Rasa, addressing the common pain points encountered in the chatbot life cycle. What you will learn Use the response selector to handle chitchat and FAQs Create custom actions using the Rasa SDK Train Rasa to handle complex named entity recognition Become skilled at building custom components in the Rasa framework Validate and test dialogs end to end in Rasa Develop and refine a chatbot system by using conversation-driven deployment processing Use TensorBoard for tuning to find the best configuration options Debug and optimize dialogue systems based on Rasa Who this book is for This book is for NLP professionals as well as machine learning and deep learning practitioners who have knowledge of natural language processing and want to build chatbots with Rasa. Anyone with beginner-level knowledge of NLP and deep learning will be able to get the most out of the book. Table of Contents Introduction to Chatbots and the Rasa Framework Natural Language Understanding in Rasa Rasa Core Handling Business Logic Working with Response Selector to Handle chitchat and FAQs Knowledge Base Actions to Handle Question Answering Entity Roles and Groups for Complex Named Entity Recognition Customization of Rasa Testing and Production Deployment Conversation-Driven Development and Interactive Learning Debugging, Optimization, and the Community Ecosystem. 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 Wang, Guan, author. has work: Conversational AI with Rasa (Text) https://id.oclc.org/worldcat/entity/E39PCYVRyXTVHfQBMDJYkYMqMd https://id.oclc.org/worldcat/ontology/hasWork Print version: 9781801077057 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3021540 Volltext CBO01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=3021540 Volltext |
spellingShingle | Kong, Xiaoquan Wang, Guan Conversational AI with Rasa : build, automate, and deploy AI-powered text and voice-based assistants and chatbots / Table of Contents Introduction to Chatbots and the Rasa Framework Natural Language Understanding in Rasa Rasa Core Handling Business Logic Working with Response Selector to Handle chitchat and FAQs Knowledge Base Actions to Handle Question Answering Entity Roles and Groups for Complex Named Entity Recognition Customization of Rasa Testing and Production Deployment Conversation-Driven Development and Interactive Learning Debugging, Optimization, and the Community Ecosystem. 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/subjects/sh88002425 https://id.nlm.nih.gov/mesh/D009323 |
title | Conversational AI with Rasa : build, automate, and deploy AI-powered text and voice-based assistants and chatbots / |
title_auth | Conversational AI with Rasa : build, automate, and deploy AI-powered text and voice-based assistants and chatbots / |
title_exact_search | Conversational AI with Rasa : build, automate, and deploy AI-powered text and voice-based assistants and chatbots / |
title_full | Conversational AI with Rasa : build, automate, and deploy AI-powered text and voice-based assistants and chatbots / Xiaoquan Kong, Guan Wang. |
title_fullStr | Conversational AI with Rasa : build, automate, and deploy AI-powered text and voice-based assistants and chatbots / Xiaoquan Kong, Guan Wang. |
title_full_unstemmed | Conversational AI with Rasa : build, automate, and deploy AI-powered text and voice-based assistants and chatbots / Xiaoquan Kong, Guan Wang. |
title_short | Conversational AI with Rasa : |
title_sort | conversational ai with rasa build automate and deploy ai powered text and voice based assistants and chatbots |
title_sub | build, automate, and deploy AI-powered text and voice-based assistants and chatbots / |
topic | 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 | 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=3021540 |
work_keys_str_mv | AT kongxiaoquan conversationalaiwithrasabuildautomateanddeployaipoweredtextandvoicebasedassistantsandchatbots AT wangguan conversationalaiwithrasabuildautomateanddeployaipoweredtextandvoicebasedassistantsandchatbots |