CRASHCOURSE by SASA Data Science
Image Classification using CNNs in Python
This CRASHCOURSE will provide a step-by-step instruction on how to perform image classification tasks using Convolutional Neural Networks (CNNs) in Python using the tensorflow and keras packages.
It will focus on the implementation of the techniques only, so as to equip the attendees with the basics tools necessary to perform such tasks. Some of the content with be
- the basics of using pre-specified CNN architectures for image classification (including transfer learning)
- setting up a simple custom CNN
- fitting and testing CNNs on a new dataset.
Intermediate programming skills are recommended in order to keep up with the CRASHCOURSE - with experience in Python a plus.