Module 14 Study Guide
Perceptron networks are able to learn which of the following functions? (Select all that apply.)
AND OR
True or False: In a single-layer neural network, all inputs are connected directly to the outputs.
True
Match the type of neural network on the left with the correct description on the right.
perceptron - a single layer network that typically uses a hard threshold activation function feed-forward - a neural network in which all connections are unidirectional recurrent - a neural network in which one or more outputs can be fed back as inputs sigmoid perceptron
Each neuron in a neural network consists of which 3 primary components? (Select 3 of the following answers.)
sum of weighted inputs an activation function the output