Question

Question 3 2 pts In a 2-D convolutional neural network (CNN), what does the number of kernels define? The number of output va

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. The number of kernels in cnn means how much filter we want to use for input image. These filter create the feature map. So the correct option is 'the number of feature maps'

2. Autoencoder is unsupervised nueral network that is used for dimensional reduction.

Rnn is used when input data is sequence in time . Data of time series type is used in rnn.

So correct answer is ' Autoencoder, Ruccurent neural network.

Add a comment
Know the answer?
Add Answer to:
Question 3 2 pts In a 2-D convolutional neural network (CNN), what does the number of...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • A Convolutional Neural Network (CNN) has 3 consecutive 5×5 convolutional layers with a stride of 1...

    A Convolutional Neural Network (CNN) has 3 consecutive 5×5 convolutional layers with a stride of 1 without pooling. What is the size of the receptive field for a neuron (the set of input image pixels which activate the neuron) in the 3rd convolutional layer? A. 5. B. 9. C. 13. D. 125.

  • 9. (10 pts) Consider a convolutional neural network whose inputs are an RGB color image of...

    9. (10 pts) Consider a convolutional neural network whose inputs are an RGB color image of size 39 x 39 (i.e., the input volume size is 39 x 39 x 3). The network has three convolutional layers and the parameters of each convolutional layer are given in Figure 1. Compute the output volume size of the feature maps at each convolutional layer. Conv1 Conv2 Conv3 Filter size = 3 X 3 # filters = 10 Stride = 1 Padding =...

  • Let's design a convolutional neural network together. Suppose the size of the input image is 32-by-32-by-1...

    Let's design a convolutional neural network together. Suppose the size of the input image is 32-by-32-by-1 a) The first layer is a convolutional layer. The size of a filter is 7-by-7-by-X. What is the number for X? b) Given a., what is the size of the one feature map (activation map)? Note that we do not pad zeros around the input image and stride -1. c) Suppose we use 32 filters in a. How many feature maps are there after...

  • For a 2-D convolutional neural network in the following figure softmax Fully connected 4 Fully connected...

    For a 2-D convolutional neural network in the following figure softmax Fully connected 4 Fully connected 128 Max pooling 2x2, stride 2x2 Conv kernal 4x4, stride 2x2, filter 32, valid padding Conv kernal 8x8, stride 4x4, filter 16, valid padding Input 84x84x1 (a) How many weights and biases are there in this neural network? Please specify the number of weights and biases for each layer respectively. (b) Please describe the shapes of the outputs of each layer. (e.g. for input...

  • Draw a fully connected neural network with 1 hidden layer where the number of units input, hidden layer, and output layer are 3, 2, 1, respectively. . (5+5+5+5) a. Show all the weight matrices a...

    Draw a fully connected neural network with 1 hidden layer where the number of units input, hidden layer, and output layer are 3, 2, 1, respectively. . (5+5+5+5) a. Show all the weight matrices and their dimensions for this neural network. b. Label the network connections using the weight values (e.g., w12, w23). c. Total how many weights do you need to train in this neural network? . Explain supervised and unsupervised learning in your own words. (10) Draw a...

  • 2. (20) Design an artificial neural network with two hidden layers. First hidden layer has s...

    2. (20) Design an artificial neural network with two hidden layers. First hidden layer has s neurons, second hidden layer has 3 neurons. Input parameters are 3, output parameter i s (20) What is the fundemental philosophy in backpropagation training algorithm, Explain detail. 4 (30) Define the following terms and their effects on the performance of ANN. a) Learning factor b) Momentum factor. c) Number of hidden neuron d) Training data e) Initial Weights Target Output

  • will give thumbs up to 3/5 answers to question Select all reasonable methods for handling local...

    will give thumbs up to 3/5 answers to question Select all reasonable methods for handling local minima when training an ANN (Artificial Neural Networks): restart the training several times from the same initial state use simulated annealing perturb the weight matrix slightly and continue the training use a momentum term use full gradient descent add an additional hidden layer Select all that are true in regard to the hidden units of a fully-connected ANN: unlike decision tree nodes, ANN nodes...

  • Question 22 3 pts Priority scheduling - affects performance, network neutrality, is done in the router:...

    Question 22 3 pts Priority scheduling - affects performance, network neutrality, is done in the router: Switching fabric Routing processor forwarding table Output port Input port Question 23 3 pts How many frequencies does a simplex QAM-64 modem ube? 16 2. 4 1 6

  • Josefine is currently setting up a new computer network at The University of Algorithms. The netw...

    Algorithm implementation in Java please. Josefine is currently setting up a new computer network at The University of Algorithms. The network consists of N computers numbered from 0 to N -1 that are initially not connected at all She builds the network by adding network cables between pairs of computers one at a time. Two computers A and B are connected if there exists at least one series of cables that leads from computer A to computer B. As other...

  • Fibonacci Sequence The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5,...

    Fibonacci Sequence The Fibonacci Sequence is the series of numbers: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, ... The next number is found by adding up the two numbers before it. The 2 is found by adding the two numbers before it (1+1) The 3 is found by adding the two numbers before it (1+2), And the 5 is (2+3), and so on!         Example: the next number in the sequence above is 21+34 = 55 Source:...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT