Machine Learning Zoomcamp Update: Thursday, 11 November 2021
Date: 11 November 2021
Today, I completed the Sessions 8.1, 8.2 and 8.3.
Session 8.1 - Fashion classification
This session introduced this week's problem.
Session 8.2 - TensorFlow and Keras
This session introduces tensorflow and keras.
Key takeaways:
- Tensorflow is a library for creating deep learning models/neural networks.
- Keras provide a high level API for building tensorflow models.
Session 8.3 - Pre-trained convolutional neural networks
This session explains how to use models pre-trained using ImageNet dataset.
Key takeaways:
- Keras provide multiple pre-trained models.
- Data need to be pre-processed before using pre-trained models.
Estimated Time Taken: 30 minutes