You are on page 1of 2

Assignment CO3

1. Mr. X designs an ANN network using Backpropagation Algorithm to train the ANN for
analysis chest X-Ray images of COVID patents and he uses 5 different layers excluding the
input and output layers. Each intermediate layer contains 6 neurons, and each layer and
neuron use similar bias and activation function, respectively. From the given scenario, you
elaborate the advantages and disadvantages of such neural network design with
justifications.

2. Consider the following problem. We are required to create Discrete Hopfield Network with
bipolar representation of input vector as [1 1 1 -1] or [1 1 1 0] (in case of binary
representation) is stored in the network. Evaluate the Hopfield network with missing entries
in the first and second component of the stored vector (i.e. [0 0 1 0]).

3. Suppose for the university project Ram designs a feed forward neural network for weather
forecasting. For the similar project, Krish implements a Backpropagation algorithm while
Sham designs a Hopfield network for the same. Now, you have to analysis the all the
implemented models which are designed by them and must evaluate them on basis on their
respective performance. Now, before doing such evaluation, analysis those models based on
your assumptions and understanding for the given application (i.e., weather forecasting) and
find out the best algorithm among them with justification.

4. From the below given diagrams, identify the typical Boltzmann Machine and Restricted
Boltzmann machine and justify your answers with proper points.

5. Suppose you are working on a ML project and facing an issue while implementing a neural
net which can reconstruct an image if an image is given in a distorted form. Vamshi suggests
you use the Hopfield network for solving the problem. Now, your task is to design a proper
general Hopfield network with clarification where the net is containing only five units.
6. Suppose Sam designs a Boltzmann Machine which has 3 visible units 5 hidden units. Your
task is to calculate the maximum number of connections that can be possible in that
Boltzmann Machine.

7. Suppose you are designing a Boltzmann Machine which has 2 visible units and 4 hidden
units. Your task is to calculate the maximum number of connections that can be possible in
that Boltzmann Machine.

8. Assume you are designing a Boltzmann Machine; summarize the issues you may face.

You might also like