Programming Homework Help

C Programming Neural Network Model Project

 

Using data housing data in following Github repository, develop a neural network model that will provide best housing price estimate:

https://github.com/JerryKurata/First-NN-Tensorflow

Use Tensorflow from you Colab account to document your code and AI/ML model.

Your submission will consist of providing explanation of your development of your model in 1 to 2 pages.

You will need to share your notebook showing the code and documentation of every step of your process including

* Definition of the problem

* Get the data

* Explore and analyze the data

* Prepare the model for training

* Split the data (training and teest data)

* Train the model

* Improve performances

* Deploy the model