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

Or, sign in with your email
Email
Password
Forgot password?
Don't have an account? Create account
By signing up, you agree to our Terms Of Use and Privacy Policy

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 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.

Learn More

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
  • Explore Courses
  • Membership
  • Community
    • Forum
    • Events
    • Ambassadors
    • Ambassador Spotlight
  • My Learning
Welcome to PyTorch Fundamentals, the first course in the PyTorch for Deep Learning Professional Certificate. PyTorch has become one of the most widely used frameworks in AI and is a tool that researchers rely on, engineers build with, and students and professionals everywhere want to learn. In fact, a large part of the recent generative AI revolution is powered by PyTorch, but the path to learning it isn't always clear. There are tutorials everywhere, and it can be hard to know what's relevant and what's high quality when you're just starting out. That's why we put together this clear, structured path for learning PyTorch. You start at the fundamentals and then build up to more advanced architectures step by step. And I'm excited to introduce Lawrence Moroney, whose courses and books have helped millions of people get started with AI and deep learning. Lawrence has been working with PyTorch extensively for many years and seen how it's changing the way we build models. So Lawrence, what got you excited about teaching PyTorch? I think one of the things that, when I first really started looking at PyTorch, is that, remember way back you and I, we did some TensorFlow specializations and TensorFlow courses, and one of the most beloved ones was we did something called the Keras Functional API. And what the Keras Functional API did was it changed everything for me in that you weren't designing your models to be linear. You could start thinking about more exotic models with Siamese networks and skip level and stuff like that. And when I started then looking into PyTorch, PyTorch just did that natively. How you design your network and how you design your forward pass in code, it just made it simple and it was like the default experience rather than an add-on experience. And that got me really, really excited about, like, wow, I can start really building much more advanced models much more simply. That's what I love about this first course, is that we're going to start building right away. We're going to just look at our first PyTorch model. We'll write the code, we'll run it, we'll watch it learn from data. But by the end, we'll actually have an image classifier that can label, like, objects in an image. One of the things that Keras did well back then, and now PyTorch, is let you put together building blocks that could more easily be put together to form more complex architectures. I'm just really excited about that, how we can just help learners on that journey to go from zero all the way up to the most advanced architectures by that block-based approach that you mentioned. I know a lot of us prompt large language models, it lets you get a lot done. But beyond a certain point, a lot of my teams do very advanced things with cutting-edge models, be it fine-tuning cutting-edge generative AI models, to tuning very high- performance on visual AI models. So I think in today's world, with a lot of work going on in AI, this is a particularly important skill set. I also want to help you to understand that even if you're just getting started on your journey, by starting with code, by starting with understanding the fundamentals and using a powerful framework like PyTorch, it's really setting you up for success in this world. One other thing that I find delightful about PyTorch is the ease of use actually makes it more fun. Because when you're playing around, downloading an open-source PyTorch package, the relative ease with which you could, you know, get the Transformers library from Hugging Face and fine-tune them, it actually makes it more fun. So in addition to, you know, finding jobs, which is absolutely important, I find that the speed also just makes this work more enjoyable. Absolutely agree. And I think that ease of use, not just for building, but also, like, when things go wrong, to be able to find and fix problems and debug them, you know, allows you to be more successful quickly. So with this Professional Certificate, started the first course on the fundamentals, but eventually going up to the Professional Certificate, I think it'll make learners much more job-ready. I hope you enjoy learning PyTorch. Let's go on to the next video and get started.
specialization detail
  • PyTorch for Deep Learning
  • PyTorch: Fundamentals
  • Module 1
Next Lesson
Module 1: Getting Started with PyTorch
    Welcome
  • Conversation between Laurence Moroney and Andrew Ng
    Video
    ・
    3 mins
  • Why PyTorch?
    Video
    ・
    4 mins
  • Getting Started with PyTorch
  • The Building Blocks of Neural Networks
    Video
    ・
    5 mins
  • The ML Pipeline
    Video
    ・
    5 mins
  • Quiz 1
    Practice Quiz
    ・
    10 mins
  • Building a Simple Neural Network
    Video
    ・
    5 mins
  • Building a Simple Neural Network
    Code Example
    ・
    1 hour
  • Activation Functions
    Video
    ・
    6 mins
  • Modeling Non-Linear Patterns with Activation Functions
    Code Example
    ・
    1 hour
  • Tensors
    Video
    ・
    5 mins
  • Tensor Math and Broadcasting
    Video
    ・
    4 mins
  • Tensors: The Core of PyTorch
    Code Example
    ・
    1 hour
  • Join the DeepLearning.AI Forum to ask questions, get support, or share amazing ideas!
    Reading
    ・
    2 mins
  • Graded Quiz
  • Quiz 2

    Graded・Quiz

    ・
    20 mins
  • Programming Assignment
  • Refreshing your Workspace
    Reading
    ・
    2 mins
  • Deeper Regression, Smarter Features

    Graded・Code Assignment

    ・
    3 hours
  • Resources
  • Module 1 Resources
    Reading
    ・
    10 mins
  • Next
    Module 2: The PyTorch Workflow
  • Quick Guide & Tips