Solve using the Delta Rule. Train the neuron for one epoch. Theproblem is reiterated below for your convenience: Train a neuron tolearn the two-input function depicted in the following table. Usean augmented input vector. Let the initial weight values be w1 =0.1, w2 = 0.4 and θ = 0.3. Use a learning rate α = 0.5. x1. 0 0 1 1×2 0 1 0 1 f(x1, x2) 0 0 1 1
Solution