Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fedesgh/ann_regression_for_house_price_using_keras_tuner

ANN model optimized with keras tuner
https://github.com/fedesgh/ann_regression_for_house_price_using_keras_tuner

keras keras-tuner

Last synced: 15 days ago
JSON representation

ANN model optimized with keras tuner

Awesome Lists containing this project

README

        

Using a dataset of house prices from (https://www.kaggle.com/datasets/harlfoxem/housesalesprediction)
We aim to build an artificial neural network (ANN) optimized with Keras-Tuner.

♦About the data set:

Number of rows: 21613

Number of columns: 21

We use 18 columns as features (inputs), 1 as target (continuous variable "price"), and drop 2

## Model results

♦Structure:

![model.ss.jpg](model.ss.jpg)

♦Hyperparameters:

num_layers: 6

units_0: 63

activation: leaky_relu

dropout: False

lr: 0.00110654178783952

♦Metrics:

MAE: 71602.69808292852

MAPE: 0.1280146931732677

![scatterplot.jpg](scatterplot.jpg)