top of page

Python Deep Learning Tips - How to Buil a Feed Forward Network in Tensorflow with the Sequential API


free, Instruct, instructional, instructional education,free python learn, seaborn, python, project, data analysis project, pandas, analyze, Tensorflow, architecture, neural network, deep learning
Feed Forward Neural Network


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.


A good way to look at this is your dataset has only a certain number of higher-level features discoverable by the network and adding more layers when there are no more higher features to find won't add value. How many layers? Experimentation is the solution to finding the perfect amount for your data set.








Follow Data Science Teacher Brandyn





dataGroups:












free, Instruct, instructional, instructional education,free python learn, seaborn, python, project, data analysis project, pandas, analyze, Tensorflow, architecture, neural network, deep learning
Feed Forward Deep Learning Model in Tensorflow Sequential Api

free, Instruct, instructional, instructional education,free python learn, seaborn, python, project, data analysis project, pandas, analyze, Tensorflow, architecture, neural network, deep learning
Feed Forward Predict better than Perceptron

free, Instruct, instructional, instructional education,free python learn, seaborn, python, project, data analysis project, pandas, analyze, Tensorflow, architecture, neural network, deep learning
More Dense Layers will only make a difference to a certain point

free, Instruct, instructional, instructional education,free python learn, seaborn, python, project, data analysis project, pandas, analyze, Tensorflow, architecture, neural network, deep learning
With 3 more Dense we see only a little improvement in the predictions in our fully connected Fee Forward Network



19 visualizaciones0 comentarios
bottom of page