danielladiaz
commited on
Commit
•
aa8fd6f
1
Parent(s):
33118ed
Update README.md
Browse files
README.md
CHANGED
@@ -37,22 +37,21 @@ Glass-Identification/
|
|
37 |
|
38 |
## Usage (pre-split; optimal parameters)
|
39 |
Here is an example of how to load the dataset using PrismRCL:
|
40 |
-
|
41 |
```bash
|
42 |
C:\PrismRCL\PrismRCL.exe chisquared rclticks=18 boxdown=1 channelpick=5 data=C:\path\to\Glass-Identification\train_data testdata=C:\path\to\Glass-Identification\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
|
43 |
```
|
44 |
|
45 |
-
Explanation:
|
46 |
-
- `C:\PrismRCL\PrismRCL.exe`: classification
|
47 |
-
- `chisquared`: training evaluation method
|
48 |
-
- `rclticks=18`: RCL training
|
49 |
-
- `boxdown=1`:
|
50 |
-
- channelpick=5
|
51 |
-
- `data=C:\path\to\Glass-Identification\train_data`:
|
52 |
-
- `testdata=C:\path\to\Glass-Identification\test_data`:
|
53 |
-
- `savemodel=C:\path\to\models\mymodel.classify`:
|
54 |
-
- `log=C:\path\to\log_files`: path
|
55 |
-
- `stopwhendone`:
|
56 |
|
57 |
## License
|
58 |
This dataset is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE file for more details.
|
|
|
37 |
|
38 |
## Usage (pre-split; optimal parameters)
|
39 |
Here is an example of how to load the dataset using PrismRCL:
|
|
|
40 |
```bash
|
41 |
C:\PrismRCL\PrismRCL.exe chisquared rclticks=18 boxdown=1 channelpick=5 data=C:\path\to\Glass-Identification\train_data testdata=C:\path\to\Glass-Identification\test_data savemodel=C:\path\to\models\mymodel.classify log=C:\path\to\log_files stopwhendone
|
42 |
```
|
43 |
|
44 |
+
Explanation of Command:
|
45 |
+
- `C:\PrismRCL\PrismRCL.exe`: Path to the PrismRCL executable for classification
|
46 |
+
- `chisquared`: Specifies Chi-squared as the training evaluation method
|
47 |
+
- `rclticks=18`: Sets the number of RCL iterations during training to 18
|
48 |
+
- `boxdown=1`: Configuration parameter for training behavior
|
49 |
+
- `channelpick=5`: RCL training parameter
|
50 |
+
- `data=C:\path\to\Glass-Identification\train_data`: Path to the training data for Glass Identification classification
|
51 |
+
- `testdata=C:\path\to\Glass-Identification\test_data`: Path to the testing data for evaluation
|
52 |
+
- `savemodel=C:\path\to\models\mymodel.classify`: Path to save the resulting trained model
|
53 |
+
- `log=C:\path\to\log_files`: Directory path for storing log files of the training process
|
54 |
+
- `stopwhendone`: Instructs PrismRCL to end the session once training is complete
|
55 |
|
56 |
## License
|
57 |
This dataset is licensed under the Creative Commons Attribution 4.0 International License. See the LICENSE file for more details.
|