Using multi-layer neural networks to estimate cost of construction of a building based on multiple parameters.
We implemented gradient descent using the sigmid function and choosing a suitable loss function iterated multiple times till the error between the predicted cost and known cost has a minimal error difference between them.
Implement optimization techniques such as hyper-parameter training, regulation and improve the quality of our data set by adding more data points to train on to increase the generalization ability of the network.