Open Dataset
Data Structure ?
177.59M
Data Structure ?
*The above analysis is the result extracted and analyzed by the system, and the specific actual data shall prevail.
README.md
コンテキスト
CIFAR - 10は、多くの画像処理実験に適した優れたデータセットです。
内容
使用方法
# Kerasにおいて
from os import listdir, makedirs
from os.path import join, exists, expanduser
cache_dir = expanduser(join('~', '.keras'))
if not exists(cache_dir):
makedirs(cache_dir)
datasets_dir = join(cache_dir, 'datasets') # /cifar - 10 - batches - py
if not exists(datasets_dir):
makedirs(datasets_dir)
# 複数の入力データセットを持っている場合は、以下のcpコマンドを適宜変更します。通常は:
# !cp ../input/cifar10 - python/cifar - 10 - python.tar.gz ~/.keras/datasets/
!cp ../input/cifar - 10 - python.tar.gz ~/.keras/datasets/
!ln -s ~/.keras/datasets/cifar - 10 - python.tar.gz ~/.keras/datasets/cifar - 10 - batches - py.tar.gz
!tar xzvf ~/.keras/datasets/cifar - 10 - python.tar.gz -C ~/.keras/datasets/
# 一般的なPython 3
def unpickle(file):
import pickle
with open(file, 'rb') as fo:
dict = pickle.load(fo, encoding='bytes')
return dict
!tar xzvf ../input/cifar - 10 - python.tar.gz
次に、詳細については[https://www.cs.toronto.edu/~kriz/cifar.html][1]の「データセットのレイアウト」セクションを参照してください。
謝辞
ここから直接ダウンロードしました:
[https://www.cs.toronto.edu/~kriz/cifar - 10 - python.tar.gz][2]
説明を参照:
[https://www.cs.toronto.edu/~kriz/cifar.html][3]
インスピレーション
あなたのデータは世界最大のデータサイエンスコミュニティの前に置かれます。あなたはどんな質問が答えられるのを見たいですか?
[1]: https://www.cs.toronto.edu/~kriz/cifar.html
[2]: https://www.cs.toronto.edu/~kriz/cifar - 10 - python.tar.gz
[3]: https://www.cs.toronto.edu/~kriz/cifar.html
×
The dataset is currently being organized and other channels have been prepared for you. Please use them
The dataset is currently being organized and other channels have been prepared for you. Please use them
Note: Some data is currently being processed and cannot be directly downloaded. We kindly ask for your understanding and support.
No content available at the moment
No content available at the moment
- Share your thoughts
Go share your ideas~~
ALL
Welcome to exchange and share
Your sharing can help others better utilize data.
Data usage instructions: h1>
I. Data Source and Display Explanation:
- 1. The data originates from internet data collection or provided by service providers, and this platform offers users the ability to view and browse datasets.
- 2. This platform serves only as a basic information display for datasets, including but not limited to image, text, video, and audio file types.
- 3. Basic dataset information comes from the original data source or the information provided by the data provider. If there are discrepancies in the dataset description, please refer to the original data source or service provider's address.
II. Ownership Explanation:
- 1. All datasets on this site are copyrighted by their original publishers or data providers.
III. Data Reposting Explanation:
- 1. If you need to repost data from this site, please retain the original data source URL and related copyright notices.
IV. Infringement and Handling Explanation:
- 1. If any data on this site involves infringement, please contact us promptly, and we will arrange for the data to be taken offline.
- 1. The data originates from internet data collection or provided by service providers, and this platform offers users the ability to view and browse datasets.
- 2. This platform serves only as a basic information display for datasets, including but not limited to image, text, video, and audio file types.
- 3. Basic dataset information comes from the original data source or the information provided by the data provider. If there are discrepancies in the dataset description, please refer to the original data source or service provider's address.
- 1. All datasets on this site are copyrighted by their original publishers or data providers.
- 1. If you need to repost data from this site, please retain the original data source URL and related copyright notices.
- 1. If any data on this site involves infringement, please contact us promptly, and we will arrange for the data to be taken offline.