How to make a neural network with tensorflow

How to quickly and easily make your first neural network. No setup or software install required. This code walkthrough uses Tensorflow and Keras layers. There is lots more to learn like different loss functions, different activation functions, network architectures that belong in different videos. You can jump right into the colab notebook here
Back to Top