What will happen to websites when personal AI assistants become pervasive? I strongly suspect that at some point in the future websites will go the way of books. In other words, people…
Tag: videos
How do I create a slack bot to do REST operations on a normal website?
How do I create a slack bot to do REST operations on a normal website? You ought to be able to accomplish this with one or another browser macro API, such as iMacros….
What is the best platform which is secure, scalable, and embeddable for building chat bots?
What is the best platform which is secure, scalable, and embeddable for building chat bots? First of all, there is no perfect solution. Then we have to deal with not only what…
Are recurrent neural networks suitable for making an automated question answering system, if so how?
Are recurrent neural networks suitable for making an automated question answering system, if so how? There has been a tremendous increase in interest in Recurrent Neural Networks in the past 1–2 years….
Who is the best software IP attorney for chatbots in the United States?
Who is the best software IP attorney for chatbots in the United States? > Can I get in legal trouble for making a Twitter bot that mocks a politician? In these new…
What are good academic resources to start with on Natural Language Understanding NLU?
What are good academic resources to start with on Natural Language Understanding NLU? I suggest starting with the resources on my own webpages, NLU (Natural Language Understanding) as well as 100 Best…
What is the difference between Artificial Intelligence Markup Language and wit.ai?
What is the difference between Artificial Intelligence Markup Language and wit.ai? Comparing AIML with wit.ai is a bit like talking apples and oranges. AIML is a markup language, a variant of XML,…
What is the best way to make a chatbot answer a pre filled list of questions?
What is the best way to make a chatbot answer a pre filled list of questions? > What is the best way > to make a chatbot answer > a pre filled…
What database is best to support chatbots?
What database is best to support chatbots? Start with a spreadsheet, containing question-answer pairs. Spreadsheets are quite compatible with relational databases, such as the common MySQL. Once you reach the big data…
Can Amazon Echo, Siri, Google Now or Cortana intelligently communicate with each other?
Can Amazon Echo, Siri, Google Now or Cortana intelligently communicate with each other? This largely depends on the availability of APIs. I believe both Amazon Echo and Cortana now have APIs available. …