|
--- |
|
license: mit |
|
--- |
|
|
|
# Brain Cancer Dataset for Random Contrast Learning (RCL) Classification |
|
|
|
## Dataset Overview |
|
The **Brain Cancer Dataset** is designed for classification tasks using Lumina AI's Random Contrast Learning (RCL) algorithm. This dataset contains features related to brain cancer diagnosis or treatment, such as medical imaging features, patient data, or clinical reports, and aims to classify brain cancer types, stages, or survival outcomes. |
|
|
|
### Dataset Structure: |
|
- **Training Data:** Labeled samples used for training the classification model. |
|
- **Testing Data:** Labeled samples used to evaluate the trained model. |
|
- **Features:** Patient data, medical imaging features, or relevant medical records. |
|
- **Labels:** Brain cancer classification labels such as benign/malignant, cancer types, or survival predictions. |
|
|
|
--- |
|
|
|
## Example Training Command (not pre-split; optimal parameters) |
|
```bash |
|
C:\PrismRCL\PrismRCL.exe fractal imaginary rclticks=45 boxdown=4 channelpick=4 data=C:\path\to\Brain-Tumor-MRI-2c-Aug-all testsize=0.1 savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone |
|
``` |
|
|
|
### Explanation: |
|
- **C:\PrismRCL\PrismRCL.exe:** Path to the PrismRCL executable for classification |
|
- **fractal imaginary:** Specifies the fractal imaginary method for training evaluation |
|
- **rclticks=45:** Sets the number of RCL iterations during training to 45 |
|
- **boxdown=4:** Configuration parameter for training behavior |
|
- **channelpick=4:** RCL training parameter |
|
- **data=C:\path\to\Brain-Tumor-MRI-2c-Aug-all:** Path to the complete dataset for Brain Tumor MRI classification |
|
- **testsize=0.1:** Specifies that 10% of the data should be used for testing |
|
- **savemodel=C:\path\to\models\mymodel.classify:** Path to save the resulting trained model |
|
- **log=C:\path\to\log_files:** Directory path for storing log files of the training process |
|
- **stopwhendone:** Instructs PrismRCL to end the session once training is complete |
|
|
|
--- |
|
|
|
## Usage Instructions: |
|
1. **Download the Dataset:** Ensure the datasets are correctly placed in the specified paths. |
|
2. **Run the Training Command:** Use the command above to train the classification model. |
|
3. **Evaluate the Model:** After training, the model will be saved and ready for testing. |
|
4. **Logs:** Check log files for details about the training process. |
|
|
|
--- |
|
|
|
## Original Source |
|
This dataset was originally sourced from: |
|
|
|
1. Figshare: [Brain Tumor Dataset](https://figshare.com/articles/dataset/brain_tumor_dataset/1512427) |
|
|
|
It was later made available on Kaggle: |
|
|
|
2. Kaggle: [Brain Tumor MRI Dataset](https://www.kaggle.com/datasets/masoudnickparvar/brain-tumor-mri-dataset) |
|
|
|
Please cite these sources if you use this dataset in your research or applications. |
|
|
|
## Dataset License: |
|
This dataset is available under the MIT License. |
|
|
|
|