in Artificial Intelligence edited by
2,575 views
1 vote
1 vote

You  are given an OR problem and XOR problem to solve. Then, which one of the following statements is true?

  1. Both OR and XOR problems can be solved using single layer perception
  2. OR can be solved using single layer perception and XOR problem can be solved using self organizing maps
  3. OR problem can be solved using radial basis function and XOR problem can be solved using single layer perception
  4. OR can be solved using single layer perception and XOR problem can be solved using radial basis function
in Artificial Intelligence edited by
2.6k views

1 Answer

0 votes
0 votes

D...OR can be solved using single layer perception and XOR problem can be solved using radial basis function

these links will help

or : single layer perception---http://www.cs.stir.ac.uk/courses/ITNP4B/lectures/kms/2-Perceptrons.pdf

xor: radial basis function---http://users.sussex.ac.uk/~andrewop/Courses/NN/NNets9_10Rbfs.ppt

by
Answer:

Related questions