AI_Notes
AI_Notes
Convergence in neural networks refers to the point during training where the model's error (or loss)
stops decreasing significantly, and the weights stabilize. This indicates that the network has learned
A perceptron is a single-layer neural network that uses weighted inputs and applies an activation
2. Medical diagnosis.
3. Decision-making systems.
Fuzzification is the process of converting crisp input values into fuzzy sets using membership
# SECTION B
(a) Short notes on Recurrent Auto Associative Memory: Pros & Cons
Recurrent Auto Associative Memory (RAAM) is a neural network designed to store patterns and
recall them even from partial or noisy inputs. It uses feedback connections, allowing the output of a
Pros:
1. Noise tolerance: Can retrieve data even with noisy or incomplete inputs.
Cons:
(b) How does Multilayer Perceptron (MLP) work? Main problems with backpropagation
It works by:
1. Slow convergence.
2. Local minima.
3. Overfitting.
# SECTION C
An ANN is a computational model inspired by the human brain, used for tasks like classification,
Layers in ANN: