Tag: Bots
-
Blender Bot 2.0: Open source chatbot that builds long-term memory and searches the internet
Posted on July 23, 2021, Level intermediate Resource Length medium
Facebook AI Research has built and open-sourced BlenderBot 2.0, the first chatbot that can simultaneously build long-term memory it can continually access, search the internet for timely information. By Facebook.
Tags bots software web-development machine-learning open-source
-
5 Myths about the current state of healthcare technology
Posted on June 26, 2021, Level beginner Resource Length short
As the healthcare industry continues to expand and adapt to new technology use, many remain skeptical about the benefits while critical of the hindrances. While these concerns are valid, it is important to understand the true implications of expanding healthcare technology, and not allow myths to deter this growth. By Heather Turnbaugh.
Tags miscellaneous learning big-data iot bots
-
Bad bot traffic breaks records in 2020
Posted on May 18, 2021, Level beginner Resource Length short
Bad bots have long been a major illness plaguing the internet. As internet traffic reached new heights throughout the global pandemic, unfortunately so did bot traffic. By Erez Hasson.
Tags bots infosec analytics web-development software
-
How we put the first quantum computer on the cloud
Posted on May 12, 2021, Level beginner Resource Length long
Five years ago, we made history by launching the IBM Quantum Experience, putting the first quantum processor on the cloud for anyone to run experiments. By Ryan Mandelbaum @IBM.
Tags machine-learning bots programming app-development cloud
-
Three tips for coding with Alexa SMAPI SDK
Posted on July 31, 2020, Level intermediate Resource Length medium
The SMAPI SDK makes it easier than ever to build Alexa skill management and reporting functions into web, mobile, and desktop apps using one of the supported languages (Node.js, Python, and Java). By Greg Bulmash.
Tags aws cloud miscellaneous robotics app-development bots
-
How to Build a chatbot for SAP Analytics Cloud with SAP Conversational AI
Posted on July 30, 2020, Level advanced Resource Length medium
In this straightforward tutorial, we'll learn how to create an SAP Analytics Cloud chatbot with SAP Conversational AI, and SAP Analytics Cloud (SAC) Custom Widget. By Ferry Djaja.
Tags cloud bots miscellaneous robotics app-development
-
Behind the scenes of chatbots: Using NLP to power a chatbot
Posted on July 16, 2019, Level beginner Resource Length medium
An article by Aarushi Ramesh in which we will explore chatbot architecture, and learn about how natural language processing works in a chatbot. Plus, find out what intents and entities of a message are.
Tags bots machine-learning robotics
-
Create fluid conversations with QnA Maker multi-turn feature
Posted on July 7, 2019, Level intermediate Resource Length long
Matt Wade authored this beginner guide to QnA Maker multi-trun conversations. In the past there was a glaring difference between a QnA Maker knowledge base (KB) and a real human: the ability to clarify, ask for more information or do anything more than a one-off question-response type of conversation. With multi-turn, the experience with your QnA KB is much more fluid and significantly more natural.
Tags software bots robotics azure
-
Create an Alexa skill with serverless and a conversation
Posted on November 1, 2018, Level intermediate Resource Length medium
An article by Niklas Heidloff and Mark Sturdevant from IBM on hot Alexa skills topic. In it you will find how to create an Alexa skill with serverless and a conversation. Apart from Alexa you will also use Watson to discuss the weather, build a conversation, or choose one from a library. Watson is a question-answering computer system capable of answering questions posed in natural language, developed in IBM's DeepQA project.
Tags javascript serverless ibm bots miscellaneous nosql
-
Beginner's guide to designing smart chatbots
Posted on September 15, 2018, Level intermediate Resource Length long
An article by Vaibhav Verma, an User Experience Designer at Haptik, about his experience with designing the smart chatbots over 4 years period. He has designed more than 50 chatbots across various domains and use cases.
Tags bots nodejs miscellaneous robotics app-development ux
-
Step-by-Step guide to building a quick Q&A chatbot
Posted on August 31, 2018, Level intermediate Resource Length long
Tutorial by Purna Virji about starting with chatbots or virtual assistants. Chatbots, infobots, socialbots, salesbots, superbots! Bots are a great way to help serve your customers, build your business, and cut down costs.
Tags bots nodejs miscellaneous robotics azure
-
How to build a simple auto-login bot with Python and Selenium
Posted on August 17, 2018, Level beginner Resource Length medium
Malik Brahimi blog post about automation and how to use it for tasks that are repetitive, boring, time-consuming, or otherwise inefficient without the use of a script.
Tags programming bots tdd python software