Question: I want solution by hand not code pls Q 7 . Given the data points below, train the neural network function, implemented in Q 1

I want solution by hand not code pls Q7. Given the data points below, train the neural network function, implemented in Q1, using the backpropagation algorithm. To do so, follow the steps below.
points]
\table[[-1.5,0.006],[-1,0.29],[-0.5,0.617],[0,1.0],[0.5,1.38],[1,1.707],[1.5,1.92],[2,2.0]]
Randomly initialize the parameters: W1,W2, b1, and b2.
Randomly select a data point: t and p.
Pass the parameters to backpropagate algorithm to get the updating weights and biases.
Check manually if the results you got are correct.
Repeat steps 2 and 3, until there is no changes in weights and biases.
How many iterations did you do? What are the converged values of Ws and bs?
Extra. How can you implement a neural network in a general way? In which you do not need to write another customized code for a 3-layer, 4-layer, or even more layers.
 I want solution by hand not code pls Q7. Given the

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!