omniglota

Zestaw danych Omniglot do jednorazowej nauki. Ten zestaw danych zawiera 1623 różne odręczne znaki z 50 różnych alfabetów.

Podział Przykłady
'small1' 2720
'small2' 3120
'test' 13180
'train' 19280
  • Struktura funkcji :
FeaturesDict({
    'alphabet': ClassLabel(shape=(), dtype=int64, num_classes=50),
    'alphabet_char_id': int64,
    'image': Image(shape=(105, 105, 3), dtype=uint8),
    'label': ClassLabel(shape=(), dtype=int64, num_classes=1623),
})
  • Dokumentacja funkcji :
Funkcja Klasa Kształt Typ D Opis
FunkcjeDict
alfabet Etykieta klasy int64
id_znaku_alfabetu Napinacz int64
obraz Obraz (105, 105, 3) uint8
etykieta Etykieta klasy int64

Wyobrażanie sobie

  • Cytat :
@article{lake2015human,
  title={Human-level concept learning through probabilistic program induction},
  author={Lake, Brenden M and Salakhutdinov, Ruslan and Tenenbaum, Joshua B},
  journal={Science},
  volume={350},
  number={6266},
  pages={1332--1338},
  year={2015},
  publisher={American Association for the Advancement of Science}
}