LuminaAI/RCL-Breast-Cancer-Biopsy-7500
收藏资源简介:
该数据集包含乳腺癌组织的病理学图像,分为良性和恶性两类。每个样本存储在一个单独的图像文件中,并按类别组织在相应的文件夹中。数据集的结构使其适用于Lumina AI的Random Contrast Learning (RCL)算法。数据集的使用示例代码、许可证信息和原始来源也在README中提供。
This dataset contains histopathological images of breast cancer tissues, divided into two classes: benign and malignant. Each sample is stored in a separate image file, organized into respective class folders. The dataset is structured to be compatible with Lumina AIs Random Contrast Learning (RCL) algorithm. The README also provides example code for loading the dataset using PrismRCL, along with license information and the original source of the dataset.
Breast Cancer Histopathological Dataset (BreakHis)
概述
该数据集包含乳腺癌组织的组织病理学图像,分为良性(benign)和恶性(malignant)两类。每个样本存储在单独的图像文件中,并按相应的类别文件夹进行组织。该数据集的结构与Lumina AI的随机对比学习(RCL)算法通过PrismRCL应用程序或API兼容。
数据集结构
数据集的组织结构如下:
Breast_Cancer_Histopathological_Dataset/ train_data/ benign/ sample_0.png sample_1.png ... malignant/ sample_0.png sample_1.png ... test_data/ benign/ sample_0.png sample_1.png ... malignant/ sample_0.png sample_1.png ...
注意:所有图像文件名在所有类别文件夹中必须是唯一的。
特征
- 图像数据:每个文件包含一张乳腺癌组织的组织病理学图像。
- 类别:有两类,每类根据组织类型(良性或恶性)分别用单独的文件夹表示。
使用方法
以下是使用PrismRCL加载数据集的示例:
C:PrismRCLPrismRCL.exe chisquared rclticks=10 boxdown=0 data=C:path oBreast_Cancer_Histopathological_Dataset rain_data testdata=C:path oBreast_Cancer_Histopathological_Dataset est_data savemodel=C:path omodelsmymodel.classify log=C:path olog_files stopwhendone
解释:
C:PrismRCLPrismRCL.exe:分类应用程序chisquared:训练评估方法rclticks=10:RCL训练参数boxdown=0:RCL训练参数data=C:path oBreast_Cancer_Histopathological_Dataset rain_data:训练数据路径testdata=C:path oBreast_Cancer_Histopathological_Dataset est_data:测试数据路径savemodel=C:path omodelsmymodel.classify:保存结果模型的路径log=C:path olog_files:日志文件路径stopwhendone:训练完成后结束PrismRCL会话
许可证
该数据集根据知识共享署名4.0国际许可协议(Creative Commons Attribution 4.0 International License)进行许可。详细信息请参见LICENSE文件。
原始来源
该数据集最初来源于乳腺癌组织病理学数据库(BreakHis)。您可以在以下链接找到原始数据集和更多信息:
BreakHis: Breast Cancer Histopathological Database
如果在研究或应用中使用此数据集,请引用原始来源。推荐的引用格式如下:
Spanhol, F. A., Oliveira, L. S., Petitjean, C., Heutte, L. (2016). A Dataset for Breast Cancer Histopathological Image Classification. IEEE Transactions on Biomedical Engineering (TBME), 63(7):1455-1462.
此引用确保了对BreakHis数据集原始创建者的正确归属。
附加信息
数据值已准备就绪,确保与PrismRCL兼容。自2.4.0版本起,无需进行归一化处理。




