top of page
Search


Jan 17, 20232 min read
Python Deep Learning Tips - How to Build a Deep Forward Network in Tensorflow with Sequential API
In Python use Tensorflow to build a deep forward deep learning architecture using the sequential model. The problem with such a long...
1,877 views1 comment


Jan 9, 20231 min read
Python Deep Learning Tips - How to Buil a Feed Forward Network in Tensorflow with the Sequential API
In Python using Tensorflow design a Feed Forward neural network to predict a regression problem with 40 features. To stick to the style...
1,359 views0 comments


Jan 8, 20231 min read
Python Deep Learning Tips - How to Buil a Perceptron in Tensorflow with the Sequential API
The perceptron model was the first and simplest type of neural network developed back in 1943. It works well but is certainly far from as...
689 views0 comments
bottom of page