top of page

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

Updated: Aug 21, 2023


free, Instruct, instructional, instructional education,free python learn, seaborn, python, project, data analysis project, pandas, analyze, Tensorflow, architecture, neural network, deep learning
perceptron neural network



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 powerful as modern neural networks with advanced layers such as the recurrent layer, convolutional layer, or customer layers. In Python using Tensorflow with the sequential API the the build a neural network in the style of a perceptron.  








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
perceptron with Sequential model in Tensorflow Python

free, Instruct, instructional, instructional education,free python learn, seaborn, python, project, data analysis project, pandas, analyze, Tensorflow, architecture, neural network, deep learning
tensorflow keras plot_model visualizing the layers

Using the Tensorflow plot model function to visualize the layers in our perceptron neural network.




Use a pandas DataFrame to plot our model history with pandas plot.

675 views0 comments
bottom of page