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.
Python Deep Learning Tips - How to Buil a Feed Forward Network in Tensorflow with the Sequential API
Updated: Oct 5, 2023
Want to read more?
Subscribe to datasimple.education to keep reading this exclusive post.