Deeplearn JSON-LD
Sam Goto
    
    I was reading the other day about CoreML and ONNX which seemed super cool, but backend-y based. Maybe we should have a JSON-LD based version of that. For example:
{
  @context: "https://w3c.org/2018/deeplearning",
  @type: Model,
  network: {
    @type: NeuralNetwork,
    ...
  }
}