This document contains 25 questions about neural networks and artificial intelligence. The questions cover topics like the McCulloch-Pitts neuron model, supervised and unsupervised learning, types of neural networks, applications of neural networks, parts of the human brain, artificial neural networks, ADALINE and MADALINE models, the XOR problem, biological and artificial neurons, weights, neural computation approaches, advantages and disadvantages of neural networks, differences from conventional computers, multi-layer neural network architecture, activation functions, Hebbian and delta learning rules, backpropagation algorithm, issues with backpropagation training, selecting initial weights and learning rates, necessity of activation functions, and learning method classification.
This document contains 25 questions about neural networks and artificial intelligence. The questions cover topics like the McCulloch-Pitts neuron model, supervised and unsupervised learning, types of neural networks, applications of neural networks, parts of the human brain, artificial neural networks, ADALINE and MADALINE models, the XOR problem, biological and artificial neurons, weights, neural computation approaches, advantages and disadvantages of neural networks, differences from conventional computers, multi-layer neural network architecture, activation functions, Hebbian and delta learning rules, backpropagation algorithm, issues with backpropagation training, selecting initial weights and learning rates, necessity of activation functions, and learning method classification.
This document contains 25 questions about neural networks and artificial intelligence. The questions cover topics like the McCulloch-Pitts neuron model, supervised and unsupervised learning, types of neural networks, applications of neural networks, parts of the human brain, artificial neural networks, ADALINE and MADALINE models, the XOR problem, biological and artificial neurons, weights, neural computation approaches, advantages and disadvantages of neural networks, differences from conventional computers, multi-layer neural network architecture, activation functions, Hebbian and delta learning rules, backpropagation algorithm, issues with backpropagation training, selecting initial weights and learning rates, necessity of activation functions, and learning method classification.
This document contains 25 questions about neural networks and artificial intelligence. The questions cover topics like the McCulloch-Pitts neuron model, supervised and unsupervised learning, types of neural networks, applications of neural networks, parts of the human brain, artificial neural networks, ADALINE and MADALINE models, the XOR problem, biological and artificial neurons, weights, neural computation approaches, advantages and disadvantages of neural networks, differences from conventional computers, multi-layer neural network architecture, activation functions, Hebbian and delta learning rules, backpropagation algorithm, issues with backpropagation training, selecting initial weights and learning rates, necessity of activation functions, and learning method classification.
2. Differentiate supervised and unsupervised learning. 3. What are Neural Networks? What are the types of Neural networks? 4. List some commercial practical applications of Artificial Neural Networks 5. Explain different parts of human brain. 6. Define ANN and Neural computing. 7. Explain ADALINE and MADALINE. List some applications. 8. Explain Why XOR problem cannot be solved by a single layer perceptron and how it is solved by a Multilayer Perceptron. 9. Draw the structure of a biological Neuron and explain in detail. 10. Draw the ADALINE implementation for AND and OR functions. 11. What is XOR problem? 12. Draw the model of MP(McCulloch Pitts) neuron and state its characteristics. 13. Compare physical neuron and artificial neuron 14. What is called weight or connection strength? 15. Write short notes on neural approaches to computation. 16. Write the advantages and disadvantages of Artificial Neural Networks. 17. Write the differences between conventional computers and ANN. 18. Explain the architecture of a muiti-layer artificial neural network. Give a labelled diagram and show its working 19. What are activation functions? Give three examples with necessary graphical representation. 20. Explain (i) Hebbian learning Rule (ii) Delta Rule 21. Explain the Back propagation learning algorithm. Also draw the architecture of the Network. 22. Explain the problems involved in Back propagation Training methods. 23. Explain how the initial weights and learning rate parameter is selected in Back propagation algorithm. 24. What is the necessity of an activation function? 25. How are learning methods classified? Give examples.