Visual Perception Modeling and Its Applications
CIS 4930/5930, Spring 2001
Department of Computer Science, Florida State University
¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾¾
Due: Week 11, Monday, March 19, 2001 Points: 100
a) Describe the functionality of a single McCulloch-Pitts neuron. In other words, the operations that a McCulloch-Pitts neuron performs.
b) Prove that a properly connected network of McCulloch-Pitts neurons can simulate any digital computer. In other words, the corresponding “McCulloch-Pitts” computer of any digital computer can perform any computation which can be performed by the given digital computer.
a) State and explain the learning algorithm for a simple perceptron network.
b) For a two-category classification problem, show that the decision boundary is a hyper-plane, which is a line in 2-D space and a planar surface in 3-D space and so on.
c) Show that a simple perceptron network cannot solve the following problem perfectly.
X1 |
X2 |
XOR |
0 |
0 |
0 |
1 |
0 |
1 |
0 |
1 |
1 |
1 |
1 |
0 |