Deep Learning With Python: Lesson 6

In lesson 6 of Deep Learning with Python, we discuss Convolutional Neural Networks (CNNs). We understand what they are and then leverage CNN to build an algorithm that can identify from images, whether a car is damaged or not.

You can watch the video of the lesson here:

The dataset for this modeling exercise can be accessed here:

The Python code notebook can be downloaded from here.

As mentioned in the video, I could not run this in the Anaconda cloud environment as it ran into memory issues with my account. Hence, instead of link, you will have to download this file this week.


Leave a comment