cbfinn / maml

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

What's the method do you use to fit sinusoid curve after obtaining predicted values of y & mean loss & stddev & ci95 by using test function in main.py #56

Closed ShaoqiLee closed 5 years ago

ShaoqiLee commented 5 years ago

What's the method do you use to fit sinusoid curve when you got predicted values y corresponding to x, 10 (x, y) points totally. Linear regression?