We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 *