/Housing-Prices-prediction

it's my personal work for Week 1Assignment Housing Prices: ( from coursera course :Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning)..In this exercise Itry to build a neural network that predicts the price of a house according to a simple formula. Imagine that house pricing is as easy as: A house has a base cost of 50k, and every additional bedroom adds a cost of 50k. This will make a 1 bedroom house cost 100k, a 2 bedroom house cost 150k etc. I create a neural network that learns this relationship so that it would predict a 7 bedroom house as costing close to 400k etc. Hint: my network might work better if i scale the house price down. i don't have to give the answer 400...it might be better that i created something that predicts the number 4, and then the answer is in the 'hundreds of thousands' etc.

Primary LanguagePython

This repository is not active