Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Below is a very simple data set encoding an XOR pattern. + INPUT 1 0 0 1 1 INPUT 2 0 1 0 1

Below is a very simple data set encoding an XOR pattern. + INPUT 1 0 0 1 1 INPUT 2 0 1 0 1 OUTPUT weights of

Below is a very simple data set encoding an XOR pattern. + INPUT 1 0 0 1 1 INPUT 2 0 1 0 1 OUTPUT weights of each of the links, assuming a learning rate of 0 1 1 0 (a) Draw a diagram of an ANN's topology that can learn this pattern based on the given data, using a single hidden layer with three units. Name all relevant elements. Initialise all weights to 1. (b) For a given machine learning problem, explain the relation between the sample distribution and the true distribution of that problem. (c) For this problem, how can you sensibly increase the set of data? Explain the nature of this dataset in terms of how it represents the underlying distribution from which it's sampled. (d) Draw a single ANN unit ('neuron'), clearly indicating inputs, outputs, and clearly segregating linear combinations of signals from the non-linear components. Assign appropriate variable and function names and include these in your diagram. (e) Assume the units have no non-linear activation function, and that you will use stochastic (online) gradient descent working through the data in sequence. Calculate backpropagation for the first two data points of Table 1 and the topology as described in (a) above. For both rounds, give (i) the errors for both input and output units, (ii) the error derivatives and (iii) the weight updates and (iv) new = 0.1

Step by Step Solution

3.48 Rating (151 Votes )

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

Computer Organization And Design The Hardware Software Interface

Authors: David A. Patterson, John L. Hennessy

4th Revised Edition

0123747503, 978-0123747501

More Books

Students also viewed these Programming questions

Question

Summarize group psychotherapy outcome research.

Answered: 1 week ago