Skip to content

The labels of result array? #16

@JFF1594032292

Description

@JFF1594032292

Hello,
I got the result from predict_no_y.py, and the result .npy file was a Nx3 array (1,2,0 three labels in the trained model). And I have two quetions:
image

  1. I don't know the label of each columns. Are the labels of columns the same as the previously trained model?
    image
    Or just the numeric sorting like [ 0,1, 2] or [2, 1, 0]?

  2. Most of the results were approximately equal to [0.33, 0.33, 0.33], which seems like no meaning to the prediction. I want to know if it was normal or what can I do to improve the prediction?

I just want to build a TF-gene network for downstream analysis and know little about machine learning, but your CNNC model really attracted me! Thank you for your consideration!

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