Skip to content

Serialize to/from JSON? #1

Description

@primaryobjects

Great library! It's very easy to use. Any hope of adding methods to serialize a trained network to/from json?

// Serialize to json.
var json = dbn.toJSON();

// Deserialize from json.
var network = dbn.fromJSON(json);
var output = network.predict([ ... ]);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions