Algorithm 2: FHR Classsification using Multi Layer Perceptron |
Input: , class labels, initial weight vector |
Step 1: Weighted sum of the input features |
Step2: Pass the value to the sigmoid activation function f. |
Step3: Produce the output |
Step4: Compute the error |
Step5: Adjustto minimize . |
Output: |