I reached lecture 22 (Machine Learning) and got in trouble with the exercises there. To get the certificate I try to solve the graded exercises 22.3, 22.9, 22.12. and 22.14. Although the solutions seem straightforward and result in the expected outputs, they are graded as incorrect.
For example 22.3 Make a table of image identifications for an image of a tiger, blurred by an amount from 1 to 5.
I have no idea what is wrong with my solution
Table[ImageIdentify[
Blur[Entity["TaxonomicSpecies", "PantheraTigris::63rj9"][
EntityProperty["TaxonomicSpecies", "Image"]], r]], {r, 1, 5}]
I have similar problems with 22.9 and 22.12, only for 22.14 I get the result graded as correct.