Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
81 views4 pages

Neural Networks Quiz & Exercises

The document contains a quiz with multiple choice and open ended questions about neural networks and their history. It tests knowledge about who invented different neural network models, the basic components and functions of neurons, properties of weights in neural networks, and how to implement different logical functions using McCulloch-Pitts neurons, perceptrons, and Hebbian learning.

Uploaded by

Zeyad Gomaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
81 views4 pages

Neural Networks Quiz & Exercises

The document contains a quiz with multiple choice and open ended questions about neural networks and their history. It tests knowledge about who invented different neural network models, the basic components and functions of neurons, properties of weights in neural networks, and how to implement different logical functions using McCulloch-Pitts neurons, perceptrons, and Hebbian learning.

Uploaded by

Zeyad Gomaa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

‫)‪Quiz (1‬‬

‫اسم الطالب‪......................................................... :‬‬


‫رقم الطالب‪.......................................................... :‬‬
‫اسم المقرر‪.......................................................... :‬‬
‫البنامج‪................................................ :‬‬
‫المستوى‪ /‬ر‬

‫استمارة التقويم المستمر‬

‫الرقم الرسي‪..................................................................................... :‬‬

‫‪Question‬‬ ‫‪Question‬‬
‫‪Degree‬‬ ‫‪Signature‬‬ ‫‪Degree‬‬ ‫‪Signature‬‬
‫‪No.‬‬ ‫‪No.‬‬
‫‪1.‬‬ ‫‪2.‬‬
‫‪3.‬‬ ‫‪4.‬‬
‫‪5.‬‬ ‫‪6.‬‬
‫‪7.‬‬ ‫‪8.‬‬
‫‪9.‬‬ ‫‪10.‬‬

‫‪10‬‬
Question (1) Choose the correct answer
1. Who invented perceptron neural networks?
A. McCullocch-pitts
B. Widrow
C. Minsky & papert
D. Rosenblatt

2. The fundamental unit of network is …………………………………………


A. Brain
B. Nucleus
C. Neuron
D. Axon

3. Signal transmission at synapse is a …………………………………………


A. physical process
B. chemical process
C. physical & chemical both
D. none of the mentioned

4. What is purpose of Axon?


A. Receptors
B. both receptor and transmitter
C. Transmission
D. none of the mentioned

5. The cell body of neuron can be analogous to what mathematical


operation?
A. summing
B. differentiator
C. integrator
D. none of the mentioned

Dr. Mona Nagy ElBedwehy 2


6. What was the name of the first model which can perform weighted sum
of inputs?

A. McCulloch-pitts neuron model


B. Marvin Minsky neuron model
C. Hopfield model of neuron
D. none of the mentioned

7. Positive sign of weight indicates?

A. excitatory input
B. inhibitory input
C. can be either excitatory or inhibitory as such
D. none of the mentioned

8. Negative sign of weight indicates?


A. excitatory input
B. inhibitory input
C. can be either excitatory or inhibitory as such
D. none of the mentioned

9. The amount of output of one unit received by another unit depends on


what?
A. output unit
B. input unit
C. activation value
D. weight

10. The process of adjusting the weight is known as …………………………..


A. activation
B. synchronization
C. learning
D. none of the mentioned

Dr. Mona Nagy ElBedwehy 3


11. Does McCulloch-Pitts model have ability of learning?
A. yes
B. no

12. What was the 2nd stage in perceptron model called?


A. sensory units
B. summing unit
C. association unit
D. output unit

13. What was the main deviation in perceptron model from that of MP
model?
A. more inputs can be incorporated
B. learning enabled
C. all of the mentioned
D. none of the mentioned

Question (2) Answer All the following questions

1. Implement AND function using McCulloch Pitts neuron.


2. Implement XOR function using McCulloch Pitts neuron.
3. Design a Hebb net to implement the logical OR function with (a) binary
inputs and targets and (b) binary inputs and bipolar targets.
4. Implement OR function using perceptron networks for bipolar inputs and
targets.
5. Apply Hebb net to classify the letters A and E. Each pattern is either the
letter ‘A’ or the letter ‘E’ represented by 5×𝟑 pixel metrices. [using bipolar
inputs and targets]

Dr. Mona Nagy ElBedwehy 4

You might also like