Update README.md
Browse files
README.md
CHANGED
@@ -16,21 +16,21 @@ The **Brain Cancer Dataset** is designed for classification tasks using Lumina A
|
|
16 |
---
|
17 |
|
18 |
## Example Training Command (not pre-split; optimal parameters)
|
19 |
-
|
20 |
```bash
|
21 |
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
|
22 |
```
|
23 |
|
24 |
### Explanation:
|
25 |
-
- **C:\PrismRCL\PrismRCL.exe:** Path to the PrismRCL executable for classification
|
26 |
-
- **
|
27 |
-
- **rclticks=45:**
|
28 |
-
- **boxdown=
|
29 |
-
- **
|
30 |
-
- **
|
31 |
-
- **
|
32 |
-
- **
|
33 |
-
- **
|
|
|
34 |
|
35 |
---
|
36 |
|
|
|
16 |
---
|
17 |
|
18 |
## Example Training Command (not pre-split; optimal parameters)
|
|
|
19 |
```bash
|
20 |
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
|
21 |
```
|
22 |
|
23 |
### Explanation:
|
24 |
+
- **C:\PrismRCL\PrismRCL.exe:** Path to the PrismRCL executable for classification
|
25 |
+
- **fractal imaginary:** Specifies the fractal imaginary method for training evaluation
|
26 |
+
- **rclticks=45:** Sets the number of RCL iterations during training to 45
|
27 |
+
- **boxdown=4:** Configuration parameter for training behavior
|
28 |
+
- **channelpick=4:** RCL training parameter
|
29 |
+
- **data=C:\path\to\Brain-Tumor-MRI-2c-Aug-all:** Path to the complete dataset for Brain Tumor MRI classification
|
30 |
+
- **testsize=0.1:** Specifies that 10% of the data should be used for testing
|
31 |
+
- **savemodel=C:\path\to\models\mymodel.classify:** Path to save the resulting trained model
|
32 |
+
- **log=C:\path\to\log_files:** Directory path for storing log files of the training process
|
33 |
+
- **stopwhendone:** Instructs PrismRCL to end the session once training is complete
|
34 |
|
35 |
---
|
36 |
|