In this project, we'll evaluate the performance and predictive power of neural networks in the sphere of regression tasks. Models will be trained and tested on data collected from homes in suburbs of Boston, Massachusetts.
Origin: This dataset was taken from the StatLib library which is maintained at Carnegie Mellon University.
Creators: Harrison, D. and Rubinfeld, D.L.
Data Set Information: Concerns housing values in suburbs of Boston.
Attribute Information:
The Boston housing data was collected in 1978 and each of the 506 entries represents aggregated data about 14 features for homes from various suburbs.
Let's choose a style of the Jupyter notebook and import the software libraries. The command hide_code
will hide the code cells.
This database is very popular for studying regression and can be downloaded in several ways. Let's display the easiest ones of them.
For more information use the following links:
Define a model architecture and compile the model.
Run cells below to fit the model and save the best results. Choose parameters for fitting.
Display the fitting history and evaluate the model.
Run cells below to fit the model and save the best results. Choose parameters for fitting.
Display the fitting history and evaluate the model.
Define a model architecture and compile the model.
Run cells below to fit the model and save the best results. Choose parameters for fitting.
Display the fitting history and evaluate the model.
Run the cells below to visualize the quality of predictions.