Skip to content

ywang0701/Statistics_Regression_Tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

"# Statistics_Regression_Tensorflow"

What is this?

The main.py is the python script that use tensorflow and do multiple regression.

Dependencies

  • Install python3.5
  • Install tensorflow and pandas: pip install tensorflow pandas

How to run the script?

  • 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.

Graph and Diagram.

Go to project folder and run this command: tensorboard --logdir ./logs --port 6006 And then web borwer, go to localhost:6006

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages