Skip to content

Files

DNN_Regression_TF

 

Regression Model using Tensorflow

Github top language Github language count Repository size License

About   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

Tensorflow is used to create regression model using deep neural networks

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Python installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/sumanthp/General-Projects

# Access
$ cd General-Projects

# Install dependencies
$ pip install -r requirements.txt

# Run the project
$ python regression.py

# The python script will execute in terminal

Made with ❤️ by Sumanth

 

Back to top