Question: The input data 1 , x 2 , y can be loaded from file: x 1 _ x 2 _ y _ circle 2

The input data 1,x2, y can be loaded from file: "x1_x2_y_circle2.csv" Work off this file to implement the back-propagation gradient for this classifier. Split the
data so that you train on 80% and test with the remaining 20%. Submit the following:
Code (with algorithm derived in class)
Plot of converging cost function J and final value (train data)
Plots of classification showing 'x's, o's, and decision boundary. Do this for both training and testing data.
Compare the accuracies of training vs testing. Accuracy can be calcuated with this command: acc=np*mean(np*r(A)==Y)***100
Extra credit: 15% on separate notebook file using Keras
 The input data 1,x2, y can be loaded from file: "x1_x2_y_circle2.csv"

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!