Explain Activation Function in Neural Network and its types.
Ans: It is a Function used in Neural Network in order to calculate weighted sum and add bias with it.
Exploring ‘OR’, ‘XOR’,’AND’ gate in Neural Network?
Ans: AND GateFrom our knowledge of logic gates, we know that an AND logic table is given by the diagram
Explain Deep Neural network and Shallow neural networks?
Ans: Shallow neural networks give us basic idea about deep neural network which consist of only 1 or 2 hidden
Explain sigmoid Neurons
Ans: A sigmoid neuron is similar to the perceptron neuron. A sigmoid neuron can handle more variation in values than
Understanding single layer Perceptron and difference between Single Layer vs Multilayer Perceptron
Ans: Single layer perceptron is a simple Neural Network which contains only one layer. The single layer computation of perceptron
How can we compare the Neural Network with Human Brain?
Ans: Artificial Intelligence is developed by taking the inspiration from the Human Nervous system. But it is not exactly similar
What is the Difference between Deep Learning ,Machine Learning and Artificial Intelligence
Ans: Machine Learning is all about algorithms that analyses data, learn from the data, and then apply what they’ve learned