We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
At the head of the notebook should be a cell loading the learntools feedback system, just after a short introduction perhaps:
learntools
In this exercise, you'll do some machine learning.
When you're ready, run this next cell to set everything up!
# Setup feedback system from learntools.core import binder binder.bind(globals()) from learntools.deep_learning_intro.ex1 import *
There was an error while loading. Please reload this page.