Skip to content

How can we add multiple output nodes? #59

@rosariogueli

Description

@rosariogueli

For example, provided trainings for letters A, B and C, once we are predicting the results providing image A, it would be great if we could have outputs results as an object looking like:
{
A: 0.99, // this is the correct answer because it has the highest number.
B: 0.01,
C: 0.00
}

At the moment this is not possible, the predict function only returns one value, so it's very limited with what you can do.

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