
In Python using Tensorflow design a Feed Forward neural network to predict a regression problem with 40 features. To stick to the style of a Feed Forward architecture we continue with 40 neurons down our Dense or fully connected layers. Although adding in more Dense layers will help at first the comes a point we more Dense layers won't help with the problem any further.