WorksheetsNeuron Structure Quiz
Total questions: 10
Worksheet time: 5mins
What is the primary function of the soma in a neuron?
Sending information to other neurons
Processing information received from dendrites
Connecting the axon to other dendrites
Acting as a cable for transmitting signals
What is the role of synapses in a neuron?
Processing information received from dendrites
Connecting the axon to other neuron dendrites
Acting as tree-like branches to receive information
Sending information through a cable-like structure
What is the primary inspiration behind Artificial Neural Networks (ANN)?
Statistical models
Human brain functioning
Computer algorithms
Machine learning techniques
What is the main function of Artificial Neural Networks (ANN)?
To simulate the way the human brain analyzes and processes information
To replace human intelligence entirely
To perform basic arithmetic operations
To store large amounts of data
In the diagram, what is the term "axon" associated with?
Input signals.
Output signals.
Activation function.
Summation.
What is the output signal of a neuron represented as in the given material?
a) $ a = f(net) $
b) $ a = net + f $
c) $ a = net \times f $
d) $ a = f + net $
Which part of a biological neural network corresponds to the 'Input' in an artificial neural network?
a) Soma
b) Dendrite
c) Axon
d) Synapse
Which activation function has the input/output relation $ a = 0 $ when $ n < 0 $ and $ a = 1 $ when $ n \geq 0 $?
Hard Limit
Symmetrical Hard Limit
Linear
Log-Sigmoid
Which activation function is defined by the equation a=en+e−nen−e−n ?
Hard Limit
Symmetrical Hard Limit
Hyperbolic Tangent Sigmoid
Log-Sigmoid
Using the hyperbolic sigmoid activation function model, calculate the output value $ a $ for the given single-layer neural network. The weights and inputs are $ w_1 = 0 $, $ w_2 = -0.3 $, $ w_3 = 0.6 $, $ x_1 = 0.5 $, $ x_2 = 1 $, and $ x_3 = -0.7 $. What is the approximate output value $ a $?
A) $ a \approx 0.5 $
B) $ a \approx 0.73 $
C) $ a \approx 0.27 $
D) $ a \approx 0.9 $
