I think the function with noise should be named as "fn" or any other name, because it's the training data set and the first f is the validation data, we need to make some difference between the two functions.
@mim82042 жыл бұрын
I want the T-shirt.
@soonmi82783 жыл бұрын
Great video
@amrashraf95164 жыл бұрын
I have a question, it's confusing for me why does he compare the coefficients of different parameters as a sign of significance? having the parameters not normalized, so they have significantly different ranges, eg x^1 ranges from [0 - 4], and x^20 ranges from [0 - 1E12]. So I think even if the coefficient of x^20 is small, does not mean that it's ineffective
@dr.merlot15324 жыл бұрын
If after cross validation, you find x^20 coefficient is small, then it is likely not involved in the dynamics of Y=f(X,beta). It will likely not desirable to have an x^20 in your dictionary if you want to do extrapolation of the data. I could be wrong, there are two types of people in this world: Those who is dumb and those who is not. I belong to the former.
@VIVEKPANDEYIITB3 жыл бұрын
how do we model a dynamical system with time delay?
@ErnestoMendoza-oo1fq Жыл бұрын
There is some problem with the Python code. The second cell prints a waringin saying: ConvergenceWarning: Objective did not converge. You might want to increase the number of iterations, check the scale of the features or consider increasing regularisation. The program still seems to run fine, but still, this is an odd warning. Could you make a video on the Python solution?
@ErnestoMendoza-oo1fq Жыл бұрын
The SVD and the lastq solutions in the Python example do not converge to a parabola as the number of trials increases.
@ErnestoMendoza-oo1fq Жыл бұрын
The two panels showing the Unthresholded and thresholded from Python do not work either.