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
zhouxiao-coder 212d339102
Adding an introduction doc for Paddle to implement simplest linear regression.
8 years ago
..
README.md Adding an introduction doc for Paddle to implement simplest linear regression. 8 years ago
dataprovider.py Adding an introduction doc for Paddle to implement simplest linear regression. 8 years ago
evaluate_model.py Adding an introduction doc for Paddle to implement simplest linear regression. 8 years ago
train.sh Adding an introduction doc for Paddle to implement simplest linear regression. 8 years ago
trainer_config.py Adding an introduction doc for Paddle to implement simplest linear regression. 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].