オムニグロット

  • 説明

ワンショット学習用のオムニグロット データ セット。このデータセットには、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),
})
  • 機能ドキュメント:
特徴クラスDタイプ説明
特徴辞書
アルファベットクラスラベルint64
alphabet_char_idテンソルint64
画像画像(105、105、3) uint8
ラベルクラスラベルint64

視覚化

  • 引用
@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}
}