Sunday 5 August 2018

CHATBOTS

What Are Chatbots?

Chatbots – also known as “conversational agents” – are software applications that mimic written or spoken human speech for the purposes of simulating a conversation or interaction with a real person. There are two primary ways chatbots are offered to visitors: via web-based applications or standalone apps. Today, chatbots are used most commonly in the customer service space, assuming roles traditionally performed by living, breathing human beings such as Tier-1 support operatives and customer satisfaction reps.
Chatbots as customer service reps example Conversational agents are becoming much more common partly due to the fact that barriers to entry in creating chatbots (i.e. sophisticated programming knowledge and other highly specialized technical skills) are becoming increasingly unnecessary. 
Today, you can make your very own chatbot that you can use in Facebook Messenger, for example – all without a pricey Computer Science degree or even much prior coding experience – and there are several sites that offer the ability to create rudimentary chatbots using simple drag-and-drop interfaces.

How Do Chatbots Work?

At the heart of chatbot technology lies natural language processing or NLP, the same technology that forms the basis of the voice recognition systems used by virtual assistants such as Google Now, Apple’s Siri, and Microsoft’s Cortana.
Chatbots how chatbots work
Chatbots process the text presented to them by the user (a process known as “parsing”), before responding according to a complex series of algorithms that interprets and identifies what the user said, infers what they mean and/or want, and determine a series of appropriate responses based on this information.Some chatbots offer a remarkably authentic conversational experience, in which it’s very difficult to determine whether the agent is a bot or a human being. Others are much easier to spot (much like the T-600 series of murderous robots in the popular Terminator sci-fi action movies):
Although chatbot technology is distinctly different from natural language processing technology, the former can only really advance as quickly as the latter; without continued developments in NLP, chatbots remain at the mercy of algorithms’ current ability to detect the subtle nuances in both written and spoken dialogue.
This is where most applications of NLP struggle, and not just chatbots. Any system or application that relies upon a machine’s ability to parse human speech is likely to struggle with the complexities inherent in elements of speech such as metaphors and similes. Despite these considerable limitations, chatbots are becoming increasingly sophisticated, responsive, and more “natural.”
Put another way, they’re becoming more human.

Source: https://www.wordstream.com/blog/ws/2017/10/04/chatbots

Activation function in Neural network

Back Propagation in Neural Network

Explained In A Minute: Neural Networks

Machine Learning for Flappy Bird using Neural Network & Genetic Algorithm

Neural Networks Explained - Machine Learning Tutorial for Beginners