- #1
xugi
- 12
- 0
I can't understand this problem, anyone can help me...
Given a function y = 4x2, you are required to find the value of x that will result y = 2 by using the Least Mean Squares method.
Use initial estimate x0 = 1 and learning rate η = 0.01.
Write down the results of the first 10 epochs/iterations.
Give conclusion about your result.
Note: Calculation can be done manually or using Matlab
I've googled this but no way out...
Given a function y = 4x2, you are required to find the value of x that will result y = 2 by using the Least Mean Squares method.
Use initial estimate x0 = 1 and learning rate η = 0.01.
Write down the results of the first 10 epochs/iterations.
Give conclusion about your result.
Note: Calculation can be done manually or using Matlab
I've googled this but no way out...