Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anibalalpizar/python-deep-learning-houseprice-prediction

Meters to price predictions using Python and deep learning.
https://github.com/anibalalpizar/python-deep-learning-houseprice-prediction

deep-learning deep-neural-networks python tensorflow

Last synced: 16 days ago
JSON representation

Meters to price predictions using Python and deep learning.

Awesome Lists containing this project

README

        

# Python Deep Learning House Price prediction

This project implements a House Price prediction using deep learning techniques in Python with TensorFlow. The model utilizes a dense layer with one unit to perform the temperature House Price prediction.

## Installation

1. Clone the repository or download the files.

2. Ensure that you have Python and the required libraries installed. You can install the dependencies using the following command:

``pip install tensorflow numpy matplotlib``

3. Run the `main.py` script to train the deep learning model and make House Price prediction.

## Usage

The `main.py` script contains the main code of the project. When executed, the model will be trained using a predefined set of meters and price data. Subsequently, a plot of the loss magnitude during training will be displayed.

After training, the deep learning model can be used to make conversion predictions by providing input values in price.

## Contributions

Contributions are welcome. If you encounter any issues or have ideas for improvements, feel free to open an issue or submit a pull request.