TensorFlow

Build a model using tf.keras Functional API.

The tf.keras Functional API can handle models with non-linear topology, models with shared layers, and models with multiple inputs or outputs.

It's based on the idea that a deep learning model is usually a directed acyclic graph (DAG) of layers. The Functional API a set of tools for building graphs of layers.

To get credit for this task, use the tf.Keras Functional API to create a model for classifying digits in the MNIST dataset. P.S. for grading purposes, your model should have at least one Convolutional layer.

Task tags

  • tensorflow
  • keras
  • functional api

Students who completed this task

Prem, Sahithi, Lu Bolin, jimmy_page, Kitsunebula, Tom, philamore.kt, arpand, jedlimlx, William6495, Envise, Qwerty71, Vanshs, anigasan, Ryan, futanaristic, Rajiv, cross_theta, Sambhav Gupta, Phoom, n01syboy, Suryansh5545, Ja-sniff/Javismb, Shkev, chuanhao01, Ved K, bkkaggle, Dennis Yang

Task type

  • code Code

Level

Beginner
close

2019