Quick Guide & Tips

💻   Accessing Utils File and Helper Functions

In each notebook on the top menu:

1:   Click on "File"

2:   Then, click on "Open"

You will be able to see all the notebook files for the lesson, including any helper functions used in the notebook on the left sidebar. See the following image for the steps above.


💻   Downloading Notebooks

In each notebook on the top menu:

1:   Click on "File"

2:   Then, click on "Download as"

3:   Then, click on "Notebook (.ipynb)"


💻   Uploading Your Files

After following the steps shown in the previous section ("File" => "Open"), then click on "Upload" button to upload your files.


📗   See Your Progress

Once you enroll in this course—or any other short course on the DeepLearning.AI platform—and open it, you can click on 'My Learning' at the top right corner of the desktop view. There, you will be able to see all the short courses you have enrolled in and your progress in each one.

Additionally, your progress in each short course is displayed at the bottom-left corner of the learning page for each course (desktop view).


📱   Features to Use

🎞   Adjust Video Speed: Click on the gear icon (⚙) on the video and then from the Speed option, choose your desired video speed.

🗣   Captions (English and Spanish): Click on the gear icon (⚙) on the video and then from the Captions option, choose to see the captions either in English or Spanish.

🔅   Video Quality: If you do not have access to high-speed internet, click on the gear icon (⚙) on the video and then from Quality, choose the quality that works the best for your Internet speed.

🖥   Picture in Picture (PiP): This feature allows you to continue watching the video when you switch to another browser tab or window. Click on the small rectangle shape on the video to go to PiP mode.

√   Hide and Unhide Lesson Navigation Menu: If you do not have a large screen, you may click on the small hamburger icon beside the title of the course to hide the left-side navigation menu. You can then unhide it by clicking on the same icon again.


🧑   Efficient Learning Tips

The following tips can help you have an efficient learning experience with this short course and other courses.

🧑   Create a Dedicated Study Space: Establish a quiet, organized workspace free from distractions. A dedicated learning environment can significantly improve concentration and overall learning efficiency.

📅   Develop a Consistent Learning Schedule: Consistency is key to learning. Set out specific times in your day for study and make it a routine. Consistent study times help build a habit and improve information retention.

Tip: Set a recurring event and reminder in your calendar, with clear action items, to get regular notifications about your study plans and goals.

☕   Take Regular Breaks: Include short breaks in your study sessions. The Pomodoro Technique, which involves studying for 25 minutes followed by a 5-minute break, can be particularly effective.

💬   Engage with the Community: Participate in forums, discussions, and group activities. Engaging with peers can provide additional insights, create a sense of community, and make learning more enjoyable.

✍   Practice Active Learning: Don't just read or run notebooks or watch the material. Engage actively by taking notes, summarizing what you learn, teaching the concept to someone else, or applying the knowledge in your practical projects.


📚   Enroll in Other Short Courses

Keep learning by enrolling in other short courses. We add new short courses regularly. Visit DeepLearning.AI Short Courses page to see our latest courses and begin learning new topics. 👇

👉👉 🔗 DeepLearning.AI – All Short Courses [+]


🙂   Let Us Know What You Think

Your feedback helps us know what you liked and didn't like about the course. We read all your feedback and use them to improve this course and future courses. Please submit your feedback by clicking on "Course Feedback" option at the bottom of the lessons list menu (desktop view).

Also, you are more than welcome to join our community 👉👉 🔗 DeepLearning.AI Forum


Sign in

Create Your Account

Or, sign up with your email
Email Address

Already have an account? Sign in here!

By signing up, you agree to our Terms Of Use and Privacy Policy

Choose Your Learning Path

MonthlyYearly

Change Your Plan

Your subscription plan will change at the end of your current billing period. You’ll continue to have access to your current plan until then.

View All Plans and Features

Manage Your Learning Plan

MonthlyYearly

Change Your Plan

Your subscription plan will change at the end of your current billing period. You’ll continue to have access to your current plan until then.

Welcome back!

Hi ,

We'd like to know you better so we can create more relevant courses. What do you do for work?

Course Syllabus

DeepLearning.AI
    daily streak fire

    You've achieved today's streak!

    Complete one lesson every day to keep the streak going.

    Su

    Mo

    Tu

    We

    Th

    Fr

    Sa

    free pass got

    You earned a Free Pass!

    Free Passes help protect your daily streak. Complete more lessons to earn up to 3 Free Passes.

    Free PassFree PassFree Pass

    Elevate Your Career with Full Learning Experience

    Unlock Plus AI learning and gain exclusive insights from industry leaders

    Access exclusive features like graded notebooks and quizzes
    Earn unlimited certificates to enhance your resume
    Starting at $1 USD/mo after a free trial – cancel anytime
Hi, welcome to this course on how to structure your machine learning project, that is, on machine learning strategy. I hope that through this course, you learn how to much more quickly and efficiently get your machine learning systems working. So what is machine learning strategy? Let's start with a motivating example. Let's say you are working on your CAD classifier, and after working on it for some time, you've gotten your system to have 90% accuracy, but this isn't good enough for your application. You might then have a lot of ideas for how to improve your system. For example, you might think, well, let's collect more data, more training data. Or you might say, maybe your training set isn't diverse enough yet, you should collect images of cats in more diverse poses, or maybe a more diverse set of negative examples. Or maybe you want to train the algorithm longer with gradient descents, or maybe you want to try a different optimization algorithm, like the Adam optimization algorithm. Or maybe try a bigger network, or a smaller network, or maybe you want to try dropout, or maybe L2 regularization, or maybe you want to change the network architecture, such as try new activation functions, change the number of hidden units, and so on and so on. When trying to improve a deep learning system, you often have a lot of ideas for things you could try. And the problem is that if you choose poorly, it's entirely impossible. You end up spending six months charging in some direction, only to realize after six months that that didn't do any good. For example, I've seen some teams spend literally six months collecting more data, only to realize after six months that it barely improved the performance of their system. So assuming you don't have six months to wait on your problem, wouldn't it be nice if you had quick and effective ways to figure out which of all of these ideas, and maybe even other ideas, are worth pursuing, and which ones you can safely discard? So what I hope to do in this course is teach you a number of strategies, that is, ways of analyzing a machine learning problem that I hope point you in the direction of the most promising things to try. What I'll do in this course is also share with you a number of lessons I've learned through building and shipping a large number of deep learning products. And I think these materials are actually quite unique to this course. I don't see a lot of these ideas being taught in universities' deep learning courses, for example. It turns out also that machine learning strategy is changing in the era of deep learning, because the things you could do are now different with deep learning algorithms than with previous generation of machine learning algorithms. But I hope that these ideas will help you become much more effective at getting your deep learning systems to work.
specialization detail
  • Deep Learning Specialization
  • Structuring Machine Learning Projects
  • Week 1
Next Lesson
Week 1: ML Strategy
    Introduction to ML Strategy
  • Why ML Strategy
    Video
    ・
    2 mins
  • Orthogonalization
    Video
    ・
    10 mins
  • Setting Up your Goal
  • Single Number Evaluation Metric
    Video
    ・
    7 mins
  • Satisficing and Optimizing Metric
    Video
    ・
    5 mins
  • Train/Dev/Test Distributions
    Video
    ・
    6 mins
  • Size of the Dev and Test Sets
    Video
    ・
    5 mins
  • When to Change Dev/Test Sets and Metrics?
    Video
    ・
    11 mins
  • Comparing to Human-level Performance
  • Why Human-level Performance?
    Video
    ・
    5 mins
  • Avoidable Bias
    Video
    ・
    6 mins
  • Understanding Human-level Performance
    Video
    ・
    11 mins
  • Surpassing Human-level Performance
    Video
    ・
    6 mins
  • Improving your Model Performance
    Video
    ・
    4 mins
  • Lecture Notes (Optional)
  • Lecture Notes W1
    Reading
    ・
    1 min
  • Machine Learning Flight Simulator (Quiz)
  • Machine Learning Flight Simulator (Introduction to the Quizzes)
    Reading
    ・
    2 mins
  • Bird Recognition in the City of Peacetopia (Quiz Case Study)

    Graded・Quiz

    ・
    1 hour 15 mins
  • Heroes of Deep Learning (Optional)
  • Andrej Karpathy Interview
    Video
    ・
    15 mins
  • Next
    Week 2: ML Strategy
  • Certificate
    Quick Guide & Tips