cbfinn / maml

Code for "Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks"
MIT License
2.55k stars 604 forks source link

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

Open ucasiggcas opened 5 years ago

ucasiggcas commented 5 years ago

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.

zyang1580 commented 5 years ago

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