-
Notifications
You must be signed in to change notification settings - Fork 247
Exercise Notebooks
Ryan Holbrook edited this page Oct 21, 2020
·
1 revision
At the head of the notebook should be a cell loading the learntools
feedback system, just after a short introduction perhaps:
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 *