top of page
Item List
How to Build a Convolutional Neural Network in Python with Tensorflow Functional API
In Python use Tensorflow
How to Build a Feed Forward with TensorFlow Functional API
Learn how to build the feed forward architecture and how using the functional API in TensorFlow we can have add Multiple Inputs or Outputs to our Deep Learning model with the Functional API
How to Build a Perceptron in TensorFlow Functional API
Deep learning is at the heart of many cutting-edge applications, from computer vision to natural language processing. With Python as our weapon of choice and TensorFlow as our powerhouse, we're diving deep into building a Perceptron—an elementary yet crucial building block of artificial neural networks. Learn how to build the preceptor architecture with TensorFlow
bottom of page