Datasets:

Formats:
json
ArXiv:
Libraries:
Datasets
pandas
License:
ACDRepo commited on
Commit
15c21b7
·
verified ·
1 Parent(s): 9462c1e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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