Update README.md
Browse files
README.md
CHANGED
@@ -31,12 +31,13 @@ Example:
|
|
31 |
|
32 |
Like other URI schema, the order of the identifiers roughly indicates their specificity from left (broad) to right (narrow)
|
33 |
|
34 |
-
###
|
35 |
|
36 |
-
|
37 |
-
`
|
38 |
-
`
|
39 |
-
`
|
|
|
40 |
|
41 |
### Architecture
|
42 |
Broad and general terms for system architectures.
|
|
|
31 |
|
32 |
Like other URI schema, the order of the identifiers roughly indicates their specificity from left (broad) to right (narrow)
|
33 |
|
34 |
+
### Domains
|
35 |
|
36 |
+
|
37 |
+
- `dev`: Varying local neural network layers, in-training, pre-release, items under evaluation, likely in unexpected formats<br>
|
38 |
+
- `model`: Static local neural network layers. Publicly released machine learning models with an identifier in the database<br>
|
39 |
+
- `operations`: Varying global neural network attributes, algorithms, optimizations and procedures on models<br>
|
40 |
+
- `info`: Static global neural network attributes, metadata with an identifier in the database<br>
|
41 |
|
42 |
### Architecture
|
43 |
Broad and general terms for system architectures.
|