To study and implement the working of an Artificial Neural Network
- Click on the CREATE tab.
- Select the number of nodes for all three layers and click the SUBMIT button.
- Click on NEXT button to proceed further.
- Choose an input value for each node in the input layer and an output value for each node in the output layer, then click the SUBMIT button.
- Click the NEXT button to initialize the weights.
- Choose the source (Xᵢ) and destination (Hᵢ), enter the weight value, then click the SUBMIT button.
- Repeat the previous step (6) for every combination of source (Xᵢ) and destination (Hᵢ).
- Now, select the source and destination to connect the hidden layer to the output layer. Enter the weight value and click the SUBMIT button.
- Repeat step 8 for every combination of source (Hᵢ) and destination (Yᵢ).
- Click the NEXT button to compute the forward propagation.
- Enter the bias value (random) and click the SUBMIT button.
- For each node in the hidden layer, calculate the summation by entering the appropriate input and weight values, then click the SUBMIT button.
- Repeat the summation process for each node in the output layer, using the same method.
- Finally, click the ERROR button to compute the Mean Squared Error (MSE).