Using TensorFlow, House Sales Prediction in King County, USA
The dataset contains house sale prices for King County, which includes Seattle. Deep Learning model is used to predict house price using regression.
- Exploratory Data Analysis: Get an understanding for which variables are important, view summary statistics, and visualize the data
- Creating a model using TensorFlow
- Adam optimizer has been used in this model
- Evaluating the model performance






