Connectionist Neuron Flashcards
1
Q
Basic elements of the neural model
A
- A set of synapses, or connecting links, each of which is characterized by a weight or strength of its own. Specifically, a signal x_j at the input of synapse j connected to neuron k is multiplied by the synaptic weight w_kj
- An adder for summing the input signals,weighted by the respective synaptic strengths of the neuron
- An activation function for limiting the amplitude of the output of a neuron
2
Q
Activation function
A
a mathematical function which theoretically models the neuron’s output for each possible input
3
Q
Typical activation functions
A
- Threshold or Heaviside function
- Rectified linear unit
- Sigmoid functions: Logistic function (β/4 - inflection point, values between 0 and 1, the function is differentiable), and hyperbolic tangent function (β - the inflection point, values between -1 and 1)
4
Q
Features
A
they characterize the essential information content of an input data set