What does ANN stand for?
Artificial Neural Network
What is a neuron in ANN?
A computational unit that receives inputs, processes them, and produces output.
What is training?
Process of adjusting weights using data.
What is an epoch?
One complete pass through the training dataset.
What is the sigmoid function?
Function that maps values between 0 and 1.
What is a feedforward network?
Information flows only forward.
What is RNN?
Recurrent Neural Network.
What is a hidden layer?
Layer between input and output layers.
Explain ANN's role in intelligent healthcare analytics.
Supports decision-making, disease prediction, and personalized healthcare.
ANN is used for image recognition. True or False?
True