Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 508 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 508 Bytes

Boston-Housing-Price-Prediction

Boston Housing Price Prediction with a Deep Neural Network

Dataset is imported from https://www.tensorflow.org/api_docs/python/tf/keras/datasets/boston_housing/load_data

Samples contain 13 attributes of houses at different locations around the Boston suburbs in the late 1970s. Targets are the median values of the houses at a location (in k$).

The attributes themselves are defined in the StatLib website: http://lib.stat.cmu.edu/datasets/boston

Source: tensorflow.org