Introduction to Artificial Intelligence - Old Questions

Question Answer Details

8.  Derive the mathematical model of neural network. Explain any one type of neural network with its algorithm.

6 marks
Asked in 2072

Answer

AI Generated Answer

AI is thinking...

Official Answer

Mathematical model of neural Network

Type of Neural Network: Feed-forward Neural Network

Feed-forward ANNs allow signals to travel one way only; from input to output. There is no feedback (loops) i.e. the output of any layer does not affect that same layer. Feed-forward ANNs tend to be straight forward networks that associate inputs with outputs. They are extensively used in pattern recognition.