maml icon indicating copy to clipboard operation
maml copied to clipboard

what is the meaning of "amp" and "phase"?

Open ucasiggcas opened this issue 5 years ago • 1 comments

Dear,

In my project for predicting the stock price, I only have input data(n features) and label(price), what will I do for the amp and phase?

I just want to use my data for training.

Thanks.

ucasiggcas avatar Mar 18 '19 08:03 ucasiggcas

they are used for regression task--sinusoid. y = amp* sin(x+phase).

zyang1580 avatar Jul 06 '19 09:07 zyang1580