Problem- 1 Create a backpropagation based neural network that learns the XOR function: Train the network using the 4 examples that correspond to the correct outputs. After the learning process is...


Problem- 1<br>Create a backpropagation based neural network that learns the XOR function: Train the network<br>using the 4 examples that correspond to the correct outputs. After the learning process is over,<br>generate several points (use at least 0.1 increments) in the 1x1 box and show the shape of the<br>function learned by plotting the positive points. You may use your own plotting/displaying<br>methods or use a spreadsheet after creating the data points with your program.<br>Problem- 2<br>Create a backpropagation based neural network that learns the y = x2 function. The program<br>should learn from data that is classified as negative or positive, not from x,y pairs given as input.<br>To do this, generate several examples such that y2x2 are positive and y<x2 are negative. Use these<br>examples to train your network. After the learning process is over, generate several more points<br>and show the shape of the function learned by plotting the positive points.<br>Provide answers to the folowing six questions:<br>1. Did you implement the basic framework of a feedforward multilayer neural network?<br>2. Did you test whether feedforward and backpropagation work? Which data sets did you<br>use?<br>3. Did you implement or think about how to change the number of layers or nodes?<br>4. Did you prepare the data points for the training examples for the XOR function and the x2<br>function? Did you plan how to input those points?<br>5. Did you implement or think about how to graph the final neural network?<br>6. What problems or obstacles did you encounter so far? How do you plan to deal with them?<br>

Extracted text: Problem- 1 Create a backpropagation based neural network that learns the XOR function: Train the network using the 4 examples that correspond to the correct outputs. After the learning process is over, generate several points (use at least 0.1 increments) in the 1x1 box and show the shape of the function learned by plotting the positive points. You may use your own plotting/displaying methods or use a spreadsheet after creating the data points with your program. Problem- 2 Create a backpropagation based neural network that learns the y = x2 function. The program should learn from data that is classified as negative or positive, not from x,y pairs given as input. To do this, generate several examples such that y2x2 are positive and y
Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here