Skip to content

Exabyte Machine Learning: Structured Representation

We present in what follows the structured representation for the Exabyte Machine Learning.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "schemaId": "software-directory-ml-exabyteml", 
    "type": "object", 
    "$schema": "http://json-schema.org/draft-04/schema#", 
    "properties": {
        "version": {
            "enum": [
                "0.2.0"
            ]
        }, 
        "name": {
            "enum": [
                "exabyteml"
            ]
        }, 
        "summary": {
            "enum": [
                "exabyte machine learning engine"
            ]
        }
    }, 
    "title": "exabyte machine learning engine schema"
}
1
2
3
4
5
6
{
    "shortName": "ml", 
    "version": "0.2.0", 
    "name": "exabyteml", 
    "summary": "exabyte machine learning engine"
}