Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,7 @@ Data loaders can be found [here](https://github.com/pnnl/ML4AlgComb/tree/master/
|
|
45 |
weaving pattern matrices and non-weaving pattern matrices. These should be more efficient than the
|
46 |
\\(O(n^2\\) algorithm that can be found in the references above.
|
47 |
|
48 |
-
**ML task:** Train a model to classify whether a \\(\{1, 2, . . . ,
|
49 |
matrix is a weaving pattern or not. This task is framed as
|
50 |
binary classification. Extract mathematical insights from a performant model.
|
51 |
|
@@ -66,7 +66,7 @@ The \\(\pm\\) signs indicate 95% confidence intervals from random weight initial
|
|
66 |
|
67 |
### Dataset Sources
|
68 |
|
69 |
-
Data generation scripts can be found [here](https://github.com/pnnl/ML4AlgComb/tree/master/
|
70 |
|
71 |
- **Repository:** [ACD Repo](https://github.com/pnnl/ML4AlgComb/tree/master/weaving_patterns)
|
72 |
|
@@ -86,9 +86,7 @@ None.
|
|
86 |
|
87 |
## Dataset Structure
|
88 |
|
89 |
-
Each matrix is stored on a single line in row-major format
|
90 |
-
|
91 |
-
`(0, 1, 2, 3, 3, 2, 3, 4, 2, 3, 2, 1, 5, 4, 3, 2)`
|
92 |
|
93 |
## Dataset Creation
|
94 |
|
|
|
45 |
weaving pattern matrices and non-weaving pattern matrices. These should be more efficient than the
|
46 |
\\(O(n^2\\) algorithm that can be found in the references above.
|
47 |
|
48 |
+
**ML task:** Train a model to classify whether a \\(\{1, 2, . . . , 7\}\\)-
|
49 |
matrix is a weaving pattern or not. This task is framed as
|
50 |
binary classification. Extract mathematical insights from a performant model.
|
51 |
|
|
|
66 |
|
67 |
### Dataset Sources
|
68 |
|
69 |
+
Data generation scripts can be found [here](https://github.com/pnnl/ML4AlgComb/tree/master/weaving_patterns).
|
70 |
|
71 |
- **Repository:** [ACD Repo](https://github.com/pnnl/ML4AlgComb/tree/master/weaving_patterns)
|
72 |
|
|
|
86 |
|
87 |
## Dataset Structure
|
88 |
|
89 |
+
Each matrix is stored on a single line in row-major format (see example above).
|
|
|
|
|
90 |
|
91 |
## Dataset Creation
|
92 |
|