7

The MNIST dataset is a standard benchmark data set of digit images. MNIST stands for 'Mixed National Institute of Standards and Technology'.

The NORB dataset is a commonly used dataset of binocular images used in object recognition.

What does the abbreviation NORB stand for?

The CIFAR dataset is a commonly used dataset of RGB images used in object recognition.

What does the abbreviation CIFAR stand for?

amoeba
  • 93,463
  • 28
  • 275
  • 317
Angelorf
  • 1,441
  • 1
  • 13
  • 23

1 Answers1

12

NORB = NYU Object Recognition Benchmark.
Source: http://www.cs.nyu.edu/~yann/research/norb/.

CIFAR = Canadian Institute for Advanced Research.
Source: http://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf (page 32).

Nick Stauner
  • 11,558
  • 5
  • 47
  • 105