You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/demo/introduction
Luo Tao 7dbc77ba4d
rename regression_cost to mse_cost
8 years ago
..
.gitignore Partially fix demo data provider. 8 years ago
README.md Update pre-commit-config 8 years ago
api_train_v2.py rename regression_cost to mse_cost 8 years ago
dataprovider.py Partially fix demo data provider. 8 years ago
evaluate_model.py Change "Baidu, Inc" into "PaddlePaddle Authors" 8 years ago
train.sh add "paddle usage" scripts in all demos 8 years ago
trainer_config.py rename regression_cost to mse_cost 8 years ago

README.md

This folder contains scripts used in PaddlePaddle introduction.

  • use bash train.sh to train a simple linear regression model
  • use python evaluate_model.py to read model parameters. You can see that w and b are very close to [2, 0.3].