Skip to content

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:

Introduction

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 *
Clone this wiki locally