Skip to content

Instantly share code, notes, and snippets.

@scturtle
Created February 19, 2016 11:35
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save scturtle/94694fb40fd96e1ee0c2 to your computer and use it in GitHub Desktop.
Save scturtle/94694fb40fd96e1ee0c2 to your computer and use it in GitHub Desktop.
multiclass classification using tensorflow
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@helinwang
Copy link

I think softmax_cross_entropy_with_logits is not supposed for multi-class, it's just for non-one-hot label. Maybe sigmoid_cross_entropy_with_logits is the one.

@anuragsoni9
Copy link

Can you show how to generate prediction with this trained model?

@ashishjain1547
Copy link

Please show how to generate prediction with the trained model.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment