ML Zoomcamp 2023 – Deep Learning – Part 7

This is the second part of Transfer Learning section. While in the last article we looked at reading image data this article covers the training part. Transfer Learning – Part 2/2 Train Xception on smaller images (150×150) (Better to run it with a GPU) So far for reading the data, now let’s train a model.Continue reading “ML Zoomcamp 2023 – Deep Learning – Part 7”

ML Zoomcamp 2023 – Deep Learning – Part 6

This part is devided into 2 sections. This article is about the first part where we want to read image data using the ImageDataGenerator. The second article covers the second part where we want to train an Xception model. Transfer Learning – Part 1/2 This time we want to use an already trained network thatContinue reading “ML Zoomcamp 2023 – Deep Learning – Part 6”