ロックユー
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
このデータセットには、さまざまなサイトから漏洩または盗まれた 14,344,391 個のパスワードが含まれています。このデータセットの作者は次のように述べています。それらをオンラインで削除し、名前/電子メールアドレス/などを削除しました。」.
このデータセットは、パスワードの推測とクラッキングのために機械学習モデルをトレーニングするために使用されます。
FeaturesDict({
'password': Text(shape=(), dtype=string),
})
特徴 | クラス | 形 | Dtype | 説明 |
---|
| 特徴辞書 | | | |
パスワード | 文章 | | ストリング | |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-12-23 UTC。
[null,null,["最終更新日 2022-12-23 UTC。"],[],[],null,["# rock_you\n\n\u003cbr /\u003e\n\n- **Description**:\n\nThis dataset contains 14,344,391 passwords that were leaked or stolen from\nvarious sites. The author of this dataset states that \"I'm hosting them because\nit seems like nobody else does (hopefully it isn't because hosting them is\nillegal :)). Naturally, I'm not the one who stole these; I simply found them\nonline, removed any names/email addresses/etc.\".\n\nThis dataset is used to train Machine Learning models for password guessing and\ncracking.\n\n- **Homepage** :\n \u003chttps://wiki.skullsecurity.org/Passwords\u003e\n\n- **Source code** :\n [`tfds.datasets.rock_you.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/rock_you/rock_you_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Download size** : `133.44 MiB`\n\n- **Dataset size** : `393.36 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|-----------|------------|\n| `'train'` | 14,344,391 |\n\n- **Feature structure**:\n\n FeaturesDict({\n 'password': Text(shape=(), dtype=string),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|----------|--------------|-------|--------|-------------|\n| | FeaturesDict | | | |\n| password | Text | | string | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `None`\n\n- **Figure**\n ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n Not supported.\n\n- **Examples**\n ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\n- **Citation**:"]]