https://github.com/surajv311/predicting-house-prices-
House prices prediction project.
https://github.com/surajv311/predicting-house-prices-
Last synced: 7 months ago
JSON representation
House prices prediction project.
- Host: GitHub
- URL: https://github.com/surajv311/predicting-house-prices-
- Owner: Surajv311
- Created: 2020-06-10T19:07:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T03:31:50.000Z (about 5 years ago)
- Last Synced: 2025-01-21T00:28:13.380Z (9 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 468 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Predicting House Prices
### The following project uses tensorflow , keras libraries.
Before cloning and running the project ensure that you have the necessary libraries installed in your environment.
You may install:
```conda install keras```
```conda install tensorflow```
```conda install numpy ```
```conda install matplotlib```
```conda install scikit-learn```
