Question: this is programming assigment you can use your favorite computer language.program shiuld print down how the given initial weights are changed along with actual outputs
(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 (i. 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 Wi 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 2 is 0.2, and the initial wight for W3 is 0.6. The learning coefficient is 0.7. The Threshold value is 2.5. CADA DE Input data Target attribute attribute2attribute3 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 1 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
