(Day 18) Step 1 to TensorFlow Developer Certificate

Ivan Ivanov · January 19, 2024

Hello :) Today is Day 18!

A quick summary of today:

  • Started Introduction to TensorFlow for Artificial Intelligence, Machine Learning, and Deep Learning by DeepLearning.AI

The content follows

image

Some pictures of some of the content

image

There was a simple model using mnist’s fashion dataset, and a CNN

image image

In layer.MaxPooling2D(2,2), the image size is reduced, and if Conv2D(3,3) is used, the layer changes each 3x3 pixels to 1 pixel. Therefore, the image shape becomes 11,11,64 from 13,13,64

Also, I got introduced the the ImageDataLoader

image


Today was an introductory part, and I am looking forward to doing the rest (course 2, 3, 4)!

That is all for today!

See you tomorrow :)

Original post in Korean