BACKPROPAGATION

Job ID: 33103966

Budget: $10 – $30 USD

This programming assignment is to simulate Backpropagation algorithm to solve the following
non-linear separable problem. You can use your favorite computer language. Do not use Machine
learning libraries for this question.
The cube is given. Eight corners of this cube are classified into two groups. The four corners A,
E, H, and D belong to one group, and the four corners B, C, G, and F belong to the other group.
Train your 3-layer neural network to classify this problem. You will need 3 input units in the
input layer. One output unit is enough to solve this problem, but if you want to have more than
one output unit for your exercise, that is fine. You can have any number of hidden units.
Related categories: Python Java Tutoring