Question: Consider the task below defined for input patterns A, B, C, and D Find a network with 2 hidden units that computes the task. That
Consider the task below defined for input patterns A, B, C, and D Find a network with 2 hidden units that computes the task. That is, give the weights and threshold values for the hidden units and the output unit Compute the response of the network for E (the "test set") Find another network that computes the task, but gives a different response to pattern E than the first network. Consider the following set of MATLAB commands: >> x=[0 1]; >> y=[2 3]; >>p = poly fit(x, y, 1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
