danielladiaz commited on
Commit
fb8c3d8
·
verified ·
1 Parent(s): 333ea5c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
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
- - **chisquared:** Training evaluation method.
27
- - **rclticks=45:** Number of RCL iterations during training.
28
- - **boxdown=0:** Configuration parameter for training behavior.
29
- - **data=C:\path\to\Brain-Cancer\train:** Path to the training data.
30
- - **testdata=C:\path\to\Brain-Cancer\test:** Path to the testing data for evaluation.
31
- - **savemodel=C:\path\to\models\brain_cancer_model.classify:** Path to save the trained model.
32
- - **log=C:\path\to\log_files:** Path to log files for tracking the training process.
33
- - **stopwhendone:** Ends the PrismRCL session once training is complete.
 
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