Update README.md
Browse files
README.md
CHANGED
@@ -36,10 +36,10 @@ Labels are `0` (not a weaving pattern) and `1` (a weaving pattern).
|
|
36 |
Data loaders can be found [here](https://github.com/pnnl/ML4AlgComb/tree/master).
|
37 |
|
38 |
**Statistics**
|
39 |
-
| | Weaving patterns | Non-weaving patterns |
|
40 |
-
|
41 |
-
| Train | 17,388 | 96,012 |
|
42 |
-
| Test | 7,310 | 41,290 |
|
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
|
|
|
36 |
Data loaders can be found [here](https://github.com/pnnl/ML4AlgComb/tree/master).
|
37 |
|
38 |
**Statistics**
|
39 |
+
| | Weaving patterns | Non-weaving patterns | Total instances |
|
40 |
+
|----------|----------|---------------|----------|
|
41 |
+
| Train | 17,388 | 96,012 | 113,400 |
|
42 |
+
| Test | 7,310 | 41,290 | 48,600 |
|
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
|