Correct option is C
Activation Function: Introduces non-linearity, often binary (boolean) in early perceptrons.
Delta Rule: A learning rule used in updating weights in neural networks.
Applications: Includes control systems, pattern recognition, etc.
Perceptron Output: Key in determining the perceptron's decision-making capability.
Information Booster:
1.
Perceptron: The simplest form of a neural network used in linear binary classification.
2.
Delta Rule: Used in gradient descent to minimize error.
Additional Knowledge:
·
Modern Activations: Include ReLU, softmax for more complex tasks.
·
Perceptron Limitations: Limited to linearly separable problems.