From the course: Deep Learning with Python: Optimizing Deep Learning Models
What you should know - Python Tutorial
From the course: Deep Learning with Python: Optimizing Deep Learning Models
What you should know
- [Presenter] Before we get started, let's go over some of the background knowledge that you should have in order to get the most out of this course. First, I assume that you have a fundamental understanding of neural networks and deep learning, if you don't, I recommend that you review the first course of the series, "Deep Learning with Python: Foundations." Second, it'll be helpful if you are reasonably comfortable coding in Python. I'll assume that you know how to import a Python package. Refer to the attributes and methods of an object, define a function, and interact with loops. Finally, I do assume that you know how to use a Jupyter Notebook interactive Python environment, specifically, I assume that you know how to edit and run code within a code cell.