Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a ) In a simple Multi - Layer - Perceptron neural network model with 8 neurons in the input layer, 5 neurons in the hidden

a) In a simple Multi-Layer-Perceptron neural network model with 8 neurons in the input layer, 5 neurons in the hidden layer and 1 neuron in the output layer. What is the size of the weight matrices between hidden output layer and input hidden layer?
20%
b) Assume a simple Feed Forward model with 3 neurons and inputs =1,2,3. The weights to the input neurons are 4,5 and 6 respectively. Assume the activation function is a linear constant value of 3. What will be the output?
20%
c) What steps can we take to prevent overfitting in a Neural Network?
20%
d) The recurrent neural network shown in Figure Q2 has 1 hidden layer.
The weights on the connection between nodes is denoted by w as indicated in the following matrices:
w12=[0.40.1-0.60.62.01.0],w23=[0.10.50.40.2],wf=[0.01-0.02]
Assume the hidden and output layers neurons have a sigmoid activation function given as follows:
f(x)=11+exp(-x)
If the network is tested with an input vector x(1)=[1.0,2.0,0.1], and x(2)=[2.0,2.2,0.4], calculate the predicted outputs of the network Y' and t=1 and t=2;
40
3.
a) Explain the meaning of Leaky ReLU activation function used in Deep Neural Networks. Give the mathematical expression of this function, and its graphical representation.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

More Books

Students also viewed these Databases questions

Question

Be honest, starting with your application and rsum.

Answered: 1 week ago