Digital Systems T4 Flashcards
The sNN is designed following:
The computer design methodology
Which is more important in the BNNs as well as in ANNs?
The complexity (sophistication) of connections between neurons
The sigmoid neuron weighs input evidence
True
The perception weighs input evidence
True
The perception below implement which binary function:
x1 –>-2
(3)–>
x2 –>-2
2-input NAND
In the sigmoid neuron, if z is a large positive number then the output is
1
In the learning/training phase of a NN the goal is to
Minimize the error
The input layer of the proposed sNN has 9 input “neurons” (values. if we would increase the size of the image to 5x5 = 25 pixels, what will the number of the input layer “neurons” be?
25
In a three-layer NN, the designer can modify the size of the
Hidden layer
A positive weight value
Adds the value of the associated input
The CORDIC hardware requires
Registers, CL shifters, and adder/subtractors
Which of the following operations are not required in the CORDIC algorithm:
Multiplication
In CORDIC rotation mode αi is selected so that
tan(αi) = di*2^(-i)
For k-bits of precision, we need
k iterations
A pseudo-rotation
Increases the magnitude of the vector
In VHDL the WHEN-ELSE concurrent construct is the preferred way to implement a priority scheme
True
A function can call another function, but not another task
True
The verilog casex statement treats all z and x values as don’t cares
True
A task can call another task and it can invoke a function
True
Verilog casez statements treat only the z values as don’t cares
True