- In this example, we would like to show how the do regression task in PaddlePaddle. - Please refer to [this configuration file](https://github.com/lcy-seso/paddle_confs_v1/blob/master/regression/regression.conf) written in old PaddlePaddle API. - Note that, currently PaddlePaddle provides two regression costs: mse and [huber loss](http://www.paddlepaddle.org/develop/doc/api/v2/config/layer.html#huber-cost). Please consider adding an example for huber loss. - Please pull your codes and docs into the [regressoin](https://github.com/PaddlePaddle/models/tree/develop/regression) directory.