boston, a keras code which reads the Boston housing dataset using internal data functions, rather than referencing the built-in keras dataset, and applies regression to predict housing prices
The information on this web page is distributed under the MIT license.
boston_housing, a dataset which stores training and test data about housing prices in Boston. This dataset is also available as a builtin dataset in keras.
boston_housing, a keras code which sets up a neural network to apply regression to predict housing prices, based on the Boston housing dataset.
boston_housing_external, a keras code which sets up a neural network to apply regression to predict housing prices, based on the Boston housing dataset, which is read from an external file, rather than by accessing the keras dataset service.
Original keras version by Francois Chollet; This version by John Burkardt.