Skip to content

Commit

Permalink
Jason Bell - Fixed Link to CIFAR-10
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbell13 committed Mar 26, 2024
1 parent cb2b51f commit 509b8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/02-image-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ In case you have too little data available to train a complex network from scrat

#### Pre-existing image data

In some cases you will be able to download an image dataset that is already labelled and can be used to classify a number of different object like the ]CIFAR-10] dataset. Other examples include:
In some cases you will be able to download an image dataset that is already labelled and can be used to classify a number of different object like the [CIFAR-10] dataset. Other examples include:

- [MNIST database] - 60,000 training images of handwritten digits (0-9)
- [ImageNet] - 14 million hand-annotated images indicating objects from more than 20,000 categories. ImageNet sponsors an [annual software contest] where programs compete to achieve the highest accuracy. When choosing a pretrained network, the winners of these sorts of competitions are generally a good place to start.
Expand Down

0 comments on commit 509b8c3

Please sign in to comment.