ACDRepo commited on
Commit
bf1e14a
·
verified ·
1 Parent(s): 93336ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -50,7 +50,7 @@ This dataset is small, we encourage users to also look at the dataset for \\(n =
50
  weaving pattern matrices and non-weaving pattern matrices. This should be more efficient than the
51
  \\(O(n^2\\) algorithm that can be found in the references above.
52
 
53
- **ML task:** Train a model to classify whether a \\({1, 2, . . . , n\}\\)-
54
  matrix is a weaving pattern or not. This task is framed as
55
  binary classification. Extract mathematical insights from a performant model.
56
 
 
50
  weaving pattern matrices and non-weaving pattern matrices. This should be more efficient than the
51
  \\(O(n^2\\) algorithm that can be found in the references above.
52
 
53
+ **ML task:** Train a model to classify whether a \\(\{1, 2, . . . , n\}\\)-
54
  matrix is a weaving pattern or not. This task is framed as
55
  binary classification. Extract mathematical insights from a performant model.
56