Card

About Dataset

Introduction

This includes the processed NumPy arrays of training and testing datasets which intends to classify the skin cancer images into benign and malignant.

Content

train_dataset

x_train.npy: A NumPy array created with skin cancer images by setting dimensions (2000, 128, 128, 1) including benign and malignant images for training purposes.

y_train.npy: Includes the corresponding category (benign - 0, malignant - 1) of x_train.npy with dimensions (2000, 2).

test_dataset:

x_test.npy: A NumPy array created with skin cancer images by setting dimensions (120, 128, 128, 1) including benign and malignant images for testing purposes.

y_test.npy: Includes the corresponding category (benign - 0, malignant - 1) of x_test.npy with dimensions (120, 2).

Acknowledgments

Created the dataset involving ISIC-Archive (https://www.isic-archive.com/#!/topWithHeader/onlyHeaderTop/gallery).