Question:

Which component of a neural network decides whether a neuron should be activated or not based on the input it receives?

Show Hint

Activation functions like ReLU, Sigmoid, and Tanh introduce non-linearity and decide neuron activation.
  • Activation Function
  • Bias
  • Weight
  • Neuron
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Understanding neural networks.
In a neural network, each neuron processes input signals and decides whether to pass the signal forward.

Step 2:
Role of components.
(A) Activation Function: Correct. It determines whether the neuron activates (fires) or not. • (B) Bias: Adjusts output but does not decide activation alone. • (C) Weight: Represents importance of inputs. • (D) Neuron: Basic unit, not the decision-making function.
Step 3:
Conclusion.
Thus, the activation function controls whether a neuron activates or not.
Final Answer: Activation Function.
Was this answer helpful?
0
0