

Deep Neural Network (DNN) - BHPD dataset
Deep Neural Network (DNN) - BHPD dataset
========================================
========================================
A very simple and classic example of **regression** :
A very simple and classic example of **regression** :
## Objectives :
## Objectives :
Predicts **housing prices** from a set of house features.
Predicts **housing prices** from a set of house features.
The **[Boston Housing Dataset](https://www.cs.toronto.edu/~delve/data/boston/bostonDetail.html)** consists of price of houses in various places in Boston.
The **[Boston Housing Dataset](https://www.cs.toronto.edu/~delve/data/boston/bostonDetail.html)** consists of price of houses in various places in Boston.
Alongside with price, the dataset also provide information such as Crime, areas of non-retail business in the town,
Alongside with price, the dataset also provide information such as Crime, areas of non-retail business in the town,
age of people who own the house and many other attributes...
age of people who own the house and many other attributes...
What we're going to do:
What we're going to do:
- Retrieve data
- Retrieve data
- Preparing the data
- Preparing the data
- Build a model
- Build a model
- Train the model
- Train the model
- Evaluate the result
- Evaluate the result
%% Cell type:markdown id: tags:
%% Cell type:code id: tags:

Boston housing is a famous historic dataset, so we can get it directly from [Keras datasets](https://www.tensorflow.org/api_docs/python/tf/keras/datasets)
Boston housing is a famous historic dataset, so we can get it directly from [Keras datasets](https://www.tensorflow.org/api_docs/python/tf/keras/datasets)