Question: this is programming assigment you can use your favorite computer language.the program should print down how the given initial weights are changed along with actual
(1). Program to simulate OR operation by Perceptron model learning process. There are two input units and one output unit. Input patterns are (0,0), 0,1),(1,0), and (1, 1). The output will be either 1 or 0. The given parameters are as follow. The initial weight for W1 is 0.9 and the initial weight for W2 is 0.8. The learning coefficient is 0.7. The Threshold value is 3.1. (2). Program to simulate NOR operation by Perceptron model learning process. There are two input units and one output unit. Input patterns are (0,0), (0, 1), (1, 0), and (1, 1). The output will be either 1 or 0. The given parameters are as follows. The initial weight for W1 is 0.9 and the initial weight for W2 is 0.8. The learning coefficient is 0.7. The Threshold value is -1.5. (3). Program to simulate the following input data and target output relations. The initial weight for W1 is 0.5, the initial weight for W2 is 0.2, and the initial wight for W3 is 0.6. The learning coefficient is 0.7. The Threshold value is 2.5. A B D E F G H Input data Target attribute1 attribute2 attribute3 output 0 0 0 0 0 0 1 0 0 1 0 1 0 1 1 1 1 0 0 0 1 0 1 0 1 1 0 1 1 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
