Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 365 Bytes

Predicting House Prices with Regression (Coursera Project)

The aim of this project is to build a neural network model to solve a regression problem with TensorFlow and Keras.

Project Structure

  • Data normalization

  • Train and Test split

  • Create a regression model

  • Train the model to fit the dataset

  • Evaluate the model

  • Visualize the predictions