Friday, May 1Digital Marketing Journals

neural-networks

Types of Activation Functions in Deep Learning explained with Keras | by Tripathi Aditya Prakash | Sep, 2022
activation-functions, best chatbot, chatbot, chatbot app, chatbot online, chatbot website, creating chatbots, deep-learning, keras, neural-networks, robot chat, tensorflow

Types of Activation Functions in Deep Learning explained with Keras | by Tripathi Aditya Prakash | Sep, 2022

Activation does it means activating your car with a click ( if it has that ,of course) , well the same concept but in terms of neurons , neuron as in human brain ? , again close enough, neuron but in Artificial Neural Network (ANN).The activation function decides whether a neuron should be activated or not.A biological neuron in the human brainIf you have seen an ANN, which I sincerely hope you do you have seen they are linear in nature, so to use non — linearity in them we use activation functions and generate output from input values fed into the network.A sample ANN networkActivation functions can be divided into three typesLinear Activation FunctionBinary Step Activation FunctionNon — linear Activation FunctionsIt is proportional to the output values, it just adds the weighted total to...
Building a simple Chatbot. Introduction | by Chandrashekar K P | Sep, 2021
ai bot, ai chat, ai chatbot, best chatbot, chatbot, chatbot ai, chatbot app, chatbot online, chatbot website, chatbots, conversation with ai, creating chatbots, machine-learning-ai, neural-networks, python, robot chat

Building a simple Chatbot. Introduction | by Chandrashekar K P | Sep, 2021

Have you ever wondered how techies build a chatbot? With the development of the python language, it has become simple with just a few lines of code. I’m trying to give some idea about how to build a simple chatbot using python and NLP which we come across in our daily interaction with any app/website.Recently, the human interaction for most kinds of initial customer support is being handled by these chatbots which reduces an enormous amount of logs or complaints coming in the day-to-day lives for any product or service that we buy. The simple and repetitive queries are very well handled and it’s good to leave these tasks to robots and focus our human energy on more efficient work that adds value to the company.There are two types of chatbots that we generally come across,Rule-Based Chatbot...