Any method to download the cat data on deep learning specialization (week 2)?

Is it possible to download the cat data on deep learning specialization week 2? I have got full mark on the assignment, but I want to actually code everything by myself to understand how it works.

Which assignment in Week 2?

The cat recognition assignment. “Logistic Regression with Deep Learning Mindset”

I’m curious why you posted this in “Introductions”, instead of in the forum for that course.

Try using the File->Open menu, and see if there is a file or sub-folder that contains the dataset.

I checked a little further, it appears to be buried in a python package called “h5py”.
You would need to use pip to install that locally.

The functions for accessing the dataset are in the file “lr_utils.py”.
You can see that in the File->Open menu.

1 Like

What is “…cat…” data? Do you mean the collection of cat images?

1 Like