Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vermavinay982/mlp_cnn_house_price_keras
https://github.com/vermavinay982/mlp_cnn_house_price_keras
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vermavinay982/mlp_cnn_house_price_keras
- Owner: vermavinay982
- Created: 2023-09-15T22:21:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-15T22:24:53.000Z (about 1 year ago)
- Last Synced: 2024-10-14T14:12:03.656Z (24 days ago)
- Language: Jupyter Notebook
- Size: 268 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mlp_cnn_house_price_keras
Trying to combine mlp and cnn, using keras functional api - to improve price predictions.
It will use numerical data (number of rooms, area,...) along with pictures of house (bedroom, frontal, bathroom, kitchen) to combine results and predict house price.Dataset Link: git clone https://github.com/emanhamed/Houses-dataset
![image](model.png)