This project aims to predict the median value of owner-occupied homes in the Boston area using deep learning techniques. The model is trained on the Boston Housing dataset, which consists of various features such as crime rate, average number of rooms, and accessibility to radial highways.
TensorFlow
Keras
Numpy
Pandas
Matplotlib
The model uses a fully connected neural network architecture with multiple hidden layers to make predictions. The mean squared error is used as the loss function and the model is optimized using the Adam optimization algorithm.
The model is evaluated on the test data, and the results show that it can predict the median value of owner-occupied homes in the Boston area with a high degree of accuracy.
This project demonstrates the effectiveness of deep learning in solving regression problems, specifically in the case of predicting housing prices. Further improvements can be made by exploring different neural network architectures and hyperparameter tuning.