

MCQOPTIONS
Saved Bookmarks
This section includes 10 Mcqs, each offering curated multiple-choice questions to sharpen your Neural Networks knowledge and support exam preparation. Choose a topic below to get started.
1. |
W(M_+_1)_=_W(M)_+_N(B(M)_‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚ÀÖ¬®_S(M))_A(M),_WHERE_B(M)_IS_DESIRED_OUTPUT,_S(M)_IS_ACTUAL_OUTPUT,_A(M)_IS_INPUT_VECTOR_AND_‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚Àւ§W‚ÄÖ√Ñ√∂‚ÀÖ√Ë‚ÀÖ¬•_DENOTES_WEIGHT,_CAN_THIS_MODEL_BE_USED_FOR_PERCEPTRON_LEARNING??$# |
A. | yes |
B. | no |
Answer» B. no | |
2. |
If_e(m)_denotes_error_for_correction_of_weight_then_what_is_formula_for_error_in_perceptron_learning_model:_w(m_+_1)_=_w(m)_+_n(b(m)_–_s(m))_a(m),_where_b(m)_is_desired_output,_s(m)_is_actual_output,_a(m)_is_input_vector_and_‘w’_denotes_weight$# |
A. | e(m) = n(b(m) – s(m)) a(m) |
B. | e(m) = n(b(m) – s(m)) |
C. | e(m) = (b(m) – s(m)) |
D. | none of the mentioned |
Answer» D. none of the mentioned | |
3. |
The perceptron convergence theorem is applicable for what kind of data? |
A. | binary |
B. | bipolar |
C. | both binary and bipolar |
D. | none of the mentioned |
Answer» D. none of the mentioned | |
4. |
Is it necessary to set initial weights in prceptron convergence theorem to zero? |
A. | yes |
B. | no |
Answer» C. | |
5. |
Two classes are said to be inseparable when? |
A. | there may exist straight lines that doesn’t touch each other |
B. | there may exist straight lines that can touch each other |
C. | there is only one straight line that separates them |
D. | all of the mentioned |
Answer» D. all of the mentioned | |
6. |
If two classes are linearly inseparable, can perceptron convergence theorem be applied? |
A. | yes |
B. | no |
Answer» C. | |
7. |
When two classes can be separated by a separate line, they are known as? |
A. | linearly separable |
B. | linearly inseparable classes |
C. | may be separable or inseparable, it depends on system |
D. | none of the mentioned |
Answer» B. linearly inseparable classes | |
8. |
In perceptron learning, what happens when input vector is correctly classified? |
A. | small adjustments in weight is done |
B. | large adjustments in weight is done |
C. | no adjustments in weight is done |
D. | weight adjustments doesn’t depend on classification of input vector |
Answer» D. weight adjustments doesn‚Äö√Ñ√∂‚àö√ë‚àö¬•t depend on classification of input vector | |
9. |
On what factor the number of outputs depends? |
A. | distinct inputs |
B. | distinct classes |
C. | both on distinct classes & inputs |
D. | none of the mentioned |
Answer» C. both on distinct classes & inputs | |
10. |
What is the objective of perceptron learning? |
A. | class identification |
B. | weight adjustment |
C. | adjust weight along with class identification |
D. | none of the mentioned |
Answer» D. none of the mentioned | |