Exabyte Machine Learning: Structured Representation¶
We present in what follows the structured representation for the Exabyte Machine Learning.
{
"$id": "software-directory/ml/exabyteml",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "exabyte machine learning engine schema",
"type": "object",
"properties": {
"name": {
"enum": [
"exabyteml"
]
},
"summary": {
"enum": [
"exabyte machine learning engine"
]
},
"version": {
"enum": [
"0.2.0"
]
}
}
}
{
"name": "exabyteml",
"shortName": "ml",
"summary": "exabyte machine learning engine",
"version": "0.2.0"
}