Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ Data loaders can be found [here](https://github.com/pnnl/ML4AlgComb/tree/master/
|
|
43 |
|
44 |
**Math question:** Find necessary or sufficient conditions to distinguish between
|
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
|
|
|
43 |
|
44 |
**Math question:** Find necessary or sufficient conditions to distinguish between
|
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
|