From the course: Deep Learning with Python: Convolutional Neural Networks
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
What you should know - Python Tutorial
From the course: Deep Learning with Python: Convolutional Neural Networks
What you should know
- [Instructor] 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 in this series. Second, it will be helpful if you are reasonably comfortable coding in Python. I will 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 the Jupyter Notebook interactive Python environment. Specifically, I assume that you know how to edit and run code within a code cell.