13x13 3@10x10 3@5x5 4x1 Convolution 3 Filters 4x4 Stride 1 Max Pooling 2x2 Stride 2 Fully- Connected
Added by Elizabeth O.
Close
Step 1
It uses filters (also known as kernels) to scan over the input image and produce feature maps. The question states that there are 3 filters, and each filter is of dimension 4x4. This means that each filter will have 4x4 weights. Show more…
Show all steps
Your feedback will help us improve your experience
Anand Jangid and 58 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Sri K.
Neural Network. Consider a three-layer neural network to learn a function f : X → Y, where X = [X1, X2] consists of two features. The weights w1,...,w6 can be arbitrary. There are two possible choices for the function implemented by each unit in this network: - S: sigmoid function, S(z) = 1/(1+exp(-z)) - L: linear function, L(z) = cz where in both cases z = Σi wi Xi. Assign proper activation functions (S or L) to each unit in the following graph so that we can generate functions of the form f(X1, X2) = 1/(1+exp(β1 X1 + β2 X2)) at the output of the neural network Y. Derive β1 and β2 as a function of w1,...,w6.
Shaiju T.
2. In Figure 1 a neural network with three binary inputs (x1, x2, x3), one hidden layer with two nodes and one output is given. All activation functions fh(x) in the hidden units and the output unit are step functions defined as fh(x) = { 1, if x >= 0; 0, otherwise. The network should output the following: if exactly two inputs are active then the output should be 1 otherwise 0. (a) Find weights and biases solving this problem. (b) Produce the matrices W(2) and W(3) which carries all the weights for your answer in a). (c) Is this a linear problem in the sense that a classifier producing a linear decision boundary could solve the problem? Motivate your answer! Hint: one hidden unit should activate if all inputs are active, and one should activate if two or more are active.
Akash M.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Transcript
Watch the video solution with this free unlock.
EMAIL
PASSWORD