遇见数据集

Basic Geometries

收藏
Zenodo2022-05-12 更新2026-05-25 收录
数据链接:
官方服务:

资源简介:

This is a basic geometries dataset with 810 samples, it includes 50x50 images with triangles, circles and squares. #Example code to extract dataset import h5py<br> from sklearn.model_selection import train_test_split hf = h5py.File('dataset.h5', 'r')<br> X = np.array(hf.get('X'))<br> y = np.array(hf.get('y')) #Split dataset 20% for Testing and 80% for Training<br> X_train, X_test, y_train, y_test = train_test_split(X, y, test_size=0.2, random_state=0)

提供机构:
Zenodo
创建时间:
2022-05-12
二维码
社区交流群
二维码
科研交流群
商业服务