MACHINE LEARNING

APPLICATION OF SUPERVISED LEARNING

NEURAL NETWORK

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the name of the function in the following statement “A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0”?
A
Step function
B
Heaviside function
C
Logistic function
D
Perceptron function
Explanation: 

Detailed explanation-1: -7. What is the name of the function in the following statement “A perceptron adds up all the weighted inputs it receives, and if it exceeds a certain value, it outputs a 1, otherwise it just outputs a 0”? Explanation: Also known as the step function – so answer 1 is also right.

Detailed explanation-2: -The output of a perceptron can only be a binary number (0 or 1) due to the hard limit transfer function. Perceptron can only be used to classify the linearly separable sets of input vectors. If input vectors are non-linear, it is not easy to classify them properly.

Detailed explanation-3: -Explanation: The perceptron is a single layer feed-forward neural network.

Detailed explanation-4: -1 Answer. Easy explanation: RNN (Recurrent neural network) topology involves backward links from output to the input and hidden layers.

There is 1 question to complete.