"# Statistics_Regression_Tensorflow"
The main.py is the python script that use tensorflow and do multiple regression.
- Install python3.5
- Install tensorflow and pandas: pip install tensorflow pandas
-
python main.py [data csv file]
where data_csv_file must have values of dependent variables in formerly columns and values of independent variable in last column.
Go to project folder and run this command: tensorboard --logdir ./logs --port 6006 And then web borwer, go to localhost:6006