सर्वज्ञ

  • विवरण :

एक-शॉट सीखने के लिए ओम्निग्लोट डेटा सेट। इस डेटासेट में 50 अलग-अलग वर्णमाला के 1623 अलग-अलग हस्तलिखित अक्षर हैं।

विभाजित करना उदाहरण
'small1' 2,720
'small2' 3,120
'test' 13,180
'train' 19,280
  • फ़ीचर संरचना :
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),
})
  • फ़ीचर दस्तावेज़ीकरण :
विशेषता कक्षा आकार डीप्रकार विवरण
फीचर्सडिक्ट
वर्णमाला क्लास लेबल int64
वर्णमाला_चार_आईडी टेन्सर int64
छवि छवि (105, 105, 3) uint8
लेबल क्लास लेबल int64

VISUALIZATION

  • उद्धरण :
@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}
}