Basic Geometries
收藏数据链接:
官方服务:
资源简介:
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



