Create a Fully Connected TensorFlow Neural Network with Keras

InstructorChris Achard

Share this video with your friends

Send Tweet

We will set up Keras using Tensorflow for the back end, and build your first neural network using the Keras Sequential model api, with three Dense (fully connected) layers. This network will take in 4 numbers as an input, and output a single continuous (linear) output.

Getting Started