top of page

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




In Python use Tensorflow to build a deep forward deep learning architecture. The problem with such a long network is finding the correct hyperparameters that will make it work. So many dense layers has the potential problem of confusing our network and it won't be able to make good predictions.


The trick to finding the right architecture is setting up an experiment. In the form of loop in Python and iterate through all the possible learning rates, neurons, and activation functions to will give use good predictions.








Follow Data Science Teacher Brandyn





dataGroups:












9 visualizaciones0 comentarios

Commentaires

Noté 0 étoile sur 5.
Pas encore de note

Ajouter une note
bottom of page