Lecture 13 - Neural Networks Part 1 Flashcards
What are the components of a McCulloch-Pitts Neuron?
Inputs - with weights
Threshold (critical value)
How do McCulloch-Pitts Neurons work?
Weighted summation of all inputs (sum of all inputs multiplied by their weights)
Output is either 0 or 1 depending on whether sum value is greater or less than the threshold
What boolean logic functions can a MP Neuron compute?
AND
OR
NOT
Why can XOR not be computed with one MP Neuron?
There is no way to separate the values of XOR using a straight line:
What is the general equation for a hyperplane in n-dimensional space?
The only functions that an n-input MP Neuron can compute are those defined by a
linear surface
MP Neurons are also known as
perceptrons
Linear Separation Units